Merge lp:~vmiklos/bzr-fastimport/darcs into lp:bzr-fastimport

Proposed by Miklos Vajna
Status: Merged
Approved by: Ian Clatworthy
Approved revision: not available
Merged at revision: not available
Proposed branch: lp:~vmiklos/bzr-fastimport/darcs
Merge into: lp:bzr-fastimport
Diff against target: 13 lines (+2/-1)
1 file modified
exporters/darcs/git-darcs (+2/-1)
To merge this branch: bzr merge lp:~vmiklos/bzr-fastimport/darcs
Reviewer Review Type Date Requested Status
Ian Clatworthy Approve
Review via email: mp+19086@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Miklos Vajna (vmiklos) wrote :

git-darcs fix

Revision history for this message
Ian Clatworthy (ian-clatworthy) wrote :

Can you merge this or do you require me too?

review: Approve
Revision history for this message
Miklos Vajna (vmiklos) wrote :

Please merge, afaik I have no write access to lp:bzr-fastimport.

lp:~vmiklos/bzr-fastimport/darcs updated
274. By Ian Clatworthy

Don't bail for http://path/to/repo darcs remotes

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'exporters/darcs/git-darcs'
--- exporters/darcs/git-darcs 2009-07-14 15:05:28 +0000
+++ exporters/darcs/git-darcs 2010-02-11 10:35:23 +0000
@@ -42,7 +42,8 @@
42 echo "There is already a darcs repo with that name"42 echo "There is already a darcs repo with that name"
43 exit43 exit
44 fi44 fi
45 if [ ! -d $location/_darcs ]; then45 repo=$location/_darcs
46 if [ ! -d $repo ] && ! wget --quiet --spider $repo; then
46 echo "Remote is not a darcs repository"47 echo "Remote is not a darcs repository"
47 exit48 exit
48 fi49 fi

Subscribers

People subscribed via source and target branches