Mercurial > audlegacy-plugins
annotate Mercurial-Access @ 2869:638c3d599f20
Automated merge with ssh://paula@hg.atheme.org//hg/audacious-plugins
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Thu, 07 Aug 2008 12:12:12 +0300 |
parents | 2df887365f92 |
children |
rev | line source |
---|---|
1183
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
1 The atheme.org mercurial repository is available for anonymous read-only |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
2 access. |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
3 |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
4 To retrieve the audacious-plugins development branch from hg.atheme.org, do: |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
5 $ hg clone http://hg.atheme.org/audacious-plugins audacious-plugins-devel |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
6 |
a2c80a07fca8
Note transition to mercurial, and give instructions about it.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
7 To retrieve the audacious-plugins stable branch from hg.atheme.org, do: |
2465
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
8 $ hg clone http://hg.atheme.org/release/audacious-plugins-$VERSION |
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
9 |
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
10 Where $VERSION is the stable major version, for example the latest |
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
11 fixes and updates to 1.5-series of plugins would be in: |
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
12 |
2df887365f92
Fixed Mercurial instructions for stable branches.
Matti Hamalainen <ccr@tnsp.org>
parents:
1183
diff
changeset
|
13 $ hg clone http://hg.atheme.org/release/audacious-plugins-1.5 |