aboutsummaryrefslogtreecommitdiff
path: root/contrib/remote-helpers/git-remote-hg
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2013-04-11 07:23:15 -0500
committerJunio C Hamano <gitster@pobox.com>2013-04-11 10:46:48 -0700
commit7b21ec24a54c412d3a4f1d5d5d32370876ec5327 (patch)
tree97adebd237e72871bfe01490b4f6102f90f77f86 /contrib/remote-helpers/git-remote-hg
parent2594a79ea9d34053384d514afd5dcaaaeed15480 (diff)
downloadgit-7b21ec24a54c412d3a4f1d5d5d32370876ec5327.tar.gz
git-7b21ec24a54c412d3a4f1d5d5d32370876ec5327.tar.xz
remote-hg: document location of stored hg repository
Signed-off-by: Simon Ruderich <simon@ruderich.org> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/remote-helpers/git-remote-hg')
-rwxr-xr-xcontrib/remote-helpers/git-remote-hg3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg
index e3d7f7787..0db4ccae5 100755
--- a/contrib/remote-helpers/git-remote-hg
+++ b/contrib/remote-helpers/git-remote-hg
@@ -8,6 +8,9 @@
# Just copy to your ~/bin, or anywhere in your $PATH.
# Then you can clone with:
# git clone hg::/path/to/mercurial/repo/
+#
+# For remote repositories a local clone is stored in
+# "$GIT_DIR/hg/origin/clone/.hg/".
from mercurial import hg, ui, bookmarks, context, util, encoding, node, error