Mercurial > audlegacy-plugins
comparison Mercurial-Access @ 2465:2df887365f92
Fixed Mercurial instructions for stable branches.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Fri, 28 Mar 2008 02:42:17 +0200 |
parents | a2c80a07fca8 |
children |
comparison
equal
deleted
inserted
replaced
2464:590ab274e759 | 2465:2df887365f92 |
---|---|
3 | 3 |
4 To retrieve the audacious-plugins development branch from hg.atheme.org, do: | 4 To retrieve the audacious-plugins development branch from hg.atheme.org, do: |
5 $ hg clone http://hg.atheme.org/audacious-plugins audacious-plugins-devel | 5 $ hg clone http://hg.atheme.org/audacious-plugins audacious-plugins-devel |
6 | 6 |
7 To retrieve the audacious-plugins stable branch from hg.atheme.org, do: | 7 To retrieve the audacious-plugins stable branch from hg.atheme.org, do: |
8 $ hg clone http://hg.atheme.org/audacious-plugins-stable | 8 $ hg clone http://hg.atheme.org/release/audacious-plugins-$VERSION |
9 | |
10 Where $VERSION is the stable major version, for example the latest | |
11 fixes and updates to 1.5-series of plugins would be in: | |
12 | |
13 $ hg clone http://hg.atheme.org/release/audacious-plugins-1.5 |