# HG changeset patch # User Paul Crowley # Date 1255605664 -3600 # Node ID 72cb7a42650aa32c4f1fe9480d0a80957f8650d9 # Parent 609d1d4ec773fbc7307fa8967224a8c1280f19b5 Use shorter remote repo name diff -r 609d1d4ec773 -r 72cb7a42650a doc/manual.docbook --- a/doc/manual.docbook Thu Oct 15 12:20:14 2009 +0100 +++ b/doc/manual.docbook Thu Oct 15 12:21:04 2009 +0100 @@ -80,14 +80,14 @@ To store a repository on the server, clone it over. jay@spoon:~$ cd myproj -jay@spoon:~/myproj$ hg clone . ssh://hg@jeeves/repository/name +jay@spoon:~/myproj$ hg clone . ssh://hg@jeeves/jays/project searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: added 119 changesets with 284 changes to 61 files -jay@spoon:~/myproj$ hg pull ssh://hg@jeeves/repository/name -pulling from ssh://hg@jeeves/repository/name +jay@spoon:~/myproj$ hg pull ssh://hg@jeeves/jays/project +pulling from ssh://hg@jeeves/jays/project searching for changes no changes found jay@spoon:~/myproj$ cd .. @@ -123,7 +123,7 @@ jay@spoon:~/hgadmin$ Sam can now read and write to your -ssh://hg@jeeves/repository/name repository. +ssh://hg@jeeves/jays/project repository. Most other changes to access control can be made simply by making and pushing changes to hgadmin, and you can use Mercurial to