changeset 179:ff5377a4b203

Add ~/.hgpaths to README
author mpm@selenic.com
date Fri, 27 May 2005 12:42:52 -0800
parents b3bf5a0edd69
children f25944662097
files README
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri May 27 12:27:46 2005 -0800
+++ b/README	Fri May 27 12:42:52 2005 -0800
@@ -86,3 +86,7 @@
  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