summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Simon Ruderich <simon@ruderich.org>2013-04-11 07:23:15 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-04-11 10:46:48 -0700
commit7b21ec24a54c412d3a4f1d5d5d32370876ec5327 (patch)
tree97adebd237e72871bfe01490b4f6102f90f77f86
parentremote-hg: fix bad state issue (diff)
downloadtgif-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>
-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 e3d7f77879..0db4ccae53 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