equal
deleted
inserted
replaced
94 jay@my-workstation:~$ </computeroutput></screen> |
94 jay@my-workstation:~$ </computeroutput></screen> |
95 </section> |
95 </section> |
96 <section> |
96 <section> |
97 <title>Adding other users</title> |
97 <title>Adding other users</title> |
98 <para> |
98 <para> |
99 As things stand, no-one but you has any access to any repositories you |
99 At this stage, no-one but you has any access to any repositories you |
100 create on this system. In order to give anyone else access, you'll need a |
100 create on this system. In order to give anyone else access, you'll need a |
101 copy of their SSH public key; we'll assume you have that key in |
101 copy of their SSH public key; we'll assume you have that key in |
102 <filename>~/sam-key.pub</filename>. To manage access, you make changes to the special <literal>hgadmin</literal> repository. |
102 <filename>~/sam-key.pub</filename>. To manage access, you make changes to the special <literal>hgadmin</literal> repository. |
103 </para> |
103 </para> |
104 <screen><computeroutput>jay@my-workstation:~$ </computeroutput><userinput>hg clone ssh://hg@repository-host/hgadmin</userinput> |
104 <screen><computeroutput>jay@my-workstation:~$ </computeroutput><userinput>hg clone ssh://hg@repository-host/hgadmin</userinput> |