diff -r 5a831e4e6d7a -r 2be7d5ebd4d0 mercurial/ui.py --- a/mercurial/ui.py Wed Oct 08 07:45:51 2014 -0400 +++ b/mercurial/ui.py Mon Oct 06 16:35:02 2014 -0400 @@ -26,6 +26,23 @@ # progress = # color =""", + 'cloned': +"""# example repository config (see "hg help config" for more info) +[paths] +default = %s + +# path aliases to other clones of this repo in URLs or filesystem paths +# (see "hg help config.paths" for more info) +# +# default-push = ssh://jdoe@example.net/hg/jdoes-fork +# my-fork = ssh://jdoe@example.net/hg/jdoes-fork +# my-clone = /home/jdoe/jdoes-clone + +[ui] +# name and email (local to this repository, optional), e.g. +# username = Jane Doe +""", + 'local': """# example repository config (see "hg help config" for more info) [paths]