diff options
author | Simon Ruderich <simon@ruderich.org> | 2013-04-11 07:23:15 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-11 10:46:48 -0700 |
commit | 7b21ec24a54c412d3a4f1d5d5d32370876ec5327 (patch) | |
tree | 97adebd237e72871bfe01490b4f6102f90f77f86 /contrib | |
parent | 2594a79ea9d34053384d514afd5dcaaaeed15480 (diff) | |
download | git-7b21ec24a54c412d3a4f1d5d5d32370876ec5327.tar.gz |
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')
-rwxr-xr-x | contrib/remote-helpers/git-remote-hg | 3 |
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 |