doc/manual.docbook
changeset 136 492bc9e536e1
parent 135 298c6ea6295c
child 137 5bcd5a5e4220
equal deleted inserted replaced
135:298c6ea6295c 136:492bc9e536e1
    91 remote: added 119 changesets with 284 changes to 61 files
    91 remote: added 119 changesets with 284 changes to 61 files
    92 jay@my-workstation:~/my-mercurial-project$ </computeroutput><userinput>hg pull ssh://hg@repository-host/repository/name</userinput>
    92 jay@my-workstation:~/my-mercurial-project$ </computeroutput><userinput>hg pull ssh://hg@repository-host/repository/name</userinput>
    93 <computeroutput>pulling from ssh://hg@repository-host/repository/name
    93 <computeroutput>pulling from ssh://hg@repository-host/repository/name
    94 searching for changes
    94 searching for changes
    95 no changes found
    95 no changes found
    96 jay@my-workstation:~/my-mercurial-project$ </computeroutput></screen>
    96 <computeroutput>jay@my-workstation:~/my-mercurial-project$ </computeroutput><userinput>cd ..</userinput>
       
    97 jay@my-workstation:~$ </computeroutput></screen>
    97 </section>
    98 </section>
    98 <section>
    99 <section>
    99 <title>Adding other users</title>
   100 <title>Adding other users</title>
   100 <para>
   101 <para>
   101 As things stand, no-one but you has any access to any repositories you
   102 As things stand, no-one but you has any access to any repositories you
   102 create on this system. In order to give anyone else access, you'll need a
   103 create on this system. In order to give anyone else access, you'll need a
   103 copy of their SSH public key; we'll assume you have that key in
   104 copy of their SSH public key; we'll assume you have that key in
   104 <filename>~/sam-key.pub</filename>.  To manage access, you make changes to the special <literal>hgadmin</literal> repository.
   105 <filename>~/sam-key.pub</filename>.  To manage access, you make changes to the special <literal>hgadmin</literal> repository.
   105 </para>
   106 </para>
   106 <screen>
   107 <screen>
   107 <computeroutput>jay@my-workstation:~/my-mercurial-project$ </computeroutput><userinput>cd ..</userinput>
       
   108 <computeroutput>jay@my-workstation:~$ </computeroutput><userinput>hg clone ssh://hg@repository-host/hgadmin</userinput>
   108 <computeroutput>jay@my-workstation:~$ </computeroutput><userinput>hg clone ssh://hg@repository-host/hgadmin</userinput>
   109 <computeroutput>destination directory: hgadmin
   109 <computeroutput>destination directory: hgadmin
   110 no changes found
   110 no changes found
   111 updating working directory
   111 updating working directory
   112 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
   112 0 files updated, 0 files merged, 0 files removed, 0 files unresolved