# HG changeset patch # User mpm@selenic.com # Date 1117226572 28800 # Node ID ff5377a4b2039847970bcb98ca27ae6601fbfe43 # Parent b3bf5a0edd6930462c0cdb93ba337f02146f9482 Add ~/.hgpaths to README diff --git a/README b/README --- 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