Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
transport-helper: use the new done feature where possible
[gitweb.git]
/
git-remote-testgit.py
diff --git
a/git-remote-testgit.py
b/git-remote-testgit.py
index cdbc49495f3ab51ffd411dd054963d79d161904a..af4d0403536137ae3b203b06a9294fa5661bd179 100644
(file)
--- a/
git-remote-testgit.py
+++ b/
git-remote-testgit.py
@@
-123,6
+123,8
@@
def do_import(repo, args):
repo = update_local_repo(repo)
repo.exporter.export_repo(repo.gitdir, args)
+ print "done"
+
def do_export(repo, args):
"""Imports a fast-import stream from git to testgit.