README
changeset 179 ff5377a4b203
parent 178 b3bf5a0edd69
child 182 089594a5bbde
child 182 089594a5bbde
--- a/README
+++ b/README
@@ -86,3 +86,7 @@ Network support:
  foo$ cp hgweb.cgi ~/public_html/hg-linux/index.cgi
  foo$ emacs ~/public_html/hg-linux/index.cgi # adjust the defaults
 
+ # Give symbolic names to repos
+ foo$ echo "main http://selenic.com/hg/" >> ~/.hgpaths # one pair per line
+ foo$ hg merge main
+ foo$ hg co