Skip to content

Commit d0987ac

Browse files
committed
website: Update "getting code" documentation
1 parent 362c2ae commit d0987ac

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

website/www/code.txt

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,18 @@ Browse
1111

1212
`Browse the repository <https://sourceforge.net/p/roundup/code/>`_.
1313

14-
Read-only Access
15-
----------------
14+
Get sources
15+
-----------
1616

17-
Read-only repository access is provided through ::
17+
Read-only access to Mercurial repository is provided through ::
1818

19-
hg clone http://hg.code.sf.net/p/roundup/code roundup-code
19+
hg clone http://hg.code.sf.net/p/roundup/code roundup
2020

21-
The URL for the webinterface works, too, but you will see messages about
22-
redirects to the URL shown here.
23-
24-
Read-write Access
25-
-----------------
26-
27-
The read/write access uses your SourceForge.net ssh password or ssh key
28-
to authorize your access. (See `SF's site documentation on Mercurial access
21+
Read/write access requires SourceForge.net ssh password or ssh key
22+
authorization (see `SourceForge docs for details
2923
<https://sourceforge.net/p/forge/documentation/Mercurial/>`_) ::
3024

31-
hg clone ssh://[email protected]/p/roundup/code roundup-code
25+
hg clone ssh://[email protected]/p/roundup/code roundup
3226

33-
Of course a roundup developer must have granted
34-
you write access first - ask for it on the roundup-devel list.
27+
You also need to be added as a Roundup developer for write access - ask
28+
for it on the :doc:`roundup-devel list <contact>`.

0 commit comments

Comments
 (0)