Skip to content

Commit 1dc454d

Browse files
committed
Adjusted web page "Code" to Mercurial SCM
1 parent c307e53 commit 1dc454d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

website/www/code.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ Code
44
Changelog
55
----------
66

7-
The changelog is available `here <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=blob;f=CHANGES.txt>`_
7+
The changelog is available as `CHANGES.txt in the SCM repository <http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/raw-file/default/CHANGES.txt>`_.
88

9-
GitWeb
9+
Browse
1010
------
1111

12-
You may browse the repository via `gitweb <http://roundup.git.sourceforge.net/git/gitweb.cgi?p=roundup/roundup;a=summary>`_
12+
You may browse the repository via the `Mercurial webinterface <http://roundup.hg.sourceforge.net/hgweb/roundup/roundup>`_.
1313

1414
Read-only Access
1515
----------------
1616

17-
Read-only repository access is provided through
18-
git://roundup.git.sourceforge.net/gitroot/roundup/roundup ::
17+
Read-only repository access is provided through ::
1918

20-
git clone git://roundup.git.sourceforge.net/gitroot/roundup/roundup roundup
19+
hg clone http://roundup.hg.sourceforge.net:8000/hgroot/roundup/roundup
2120

21+
The URL for the webinterface works, too, but you will see messages about
22+
redirects to the URL shown here.
2223

2324
Read-write Access
2425
-----------------
2526

2627
The read/write access uses your SourceForge.net ssh password or ssh key
27-
to authorize your access. (See `SF's site documentation on git
28-
authorisation
29-
<http://sourceforge.net/apps/trac/sourceforge/wiki/Git#Authentication>`_) ::
28+
to authorize your access. (See `SF's site documentation on Mercurial access
29+
<https://sourceforge.net/apps/trac/sourceforge/wiki/Mercurial#Access>`_) ::
3030

31-
git clone ssh://<username>@roundup.git.sourceforge.net/gitroot/roundup/roundup roundup
31+
hg clone ssh://<username>@roundup.hg.sourceforge.net/hgroot/roundup/roundup
3232

3333
Of course a roundup developer must have granted
3434
you write access first - ask for it on the roundup-devel list.

0 commit comments

Comments
 (0)