mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
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>
This commit is contained in:
parent
2594a79ea9
commit
7b21ec24a5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue