mercurial/ui.py
changeset 22836 5a831e4e6d7a
parent 22783 524b786bd54f
child 22837 2be7d5ebd4d0
--- a/mercurial/ui.py	Tue Oct 07 01:46:53 2014 -0700
+++ b/mercurial/ui.py	Wed Oct 08 07:45:51 2014 -0400
@@ -28,6 +28,18 @@
 
     'local':
 """# example repository config (see "hg help config" for more info)
+[paths]
+# path aliases to other clones of this repo in URLs or filesystem paths
+# (see "hg help config.paths" for more info)
+#
+# default      = http://example.com/hg/example-repo
+# 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 <jdoe@example.com>
 """,
 
     'global':