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:

committed by
Junio C Hamano

parent
2594a79ea9
commit
7b21ec24a5
@ -8,6 +8,9 @@
|
|||||||
# Just copy to your ~/bin, or anywhere in your $PATH.
|
# Just copy to your ~/bin, or anywhere in your $PATH.
|
||||||
# Then you can clone with:
|
# Then you can clone with:
|
||||||
# git clone hg::/path/to/mercurial/repo/
|
# 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
|
from mercurial import hg, ui, bookmarks, context, util, encoding, node, error
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user