Mercurial > audlegacy
annotate Mercurial-Access @ 4434:35d5b1b8aa1e
When sorting, use g_utf8_collate instead of g_ascii_strcasecmp (Bugzilla #205)
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Thu, 10 Apr 2008 21:59:02 +0200 |
parents | 4060a83ebf1f |
children |
rev | line source |
---|---|
2835
d4d21dd19490
Make note of transition to Mercurial.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
1 The atheme.org mercurial repository is available for anonymous read-only |
d4d21dd19490
Make note of transition to Mercurial.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
2 access. |
d4d21dd19490
Make note of transition to Mercurial.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
3 |
d4d21dd19490
Make note of transition to Mercurial.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
4 To retrieve the audacious development branch from hg.atheme.org, do: |
d4d21dd19490
Make note of transition to Mercurial.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
5 $ hg clone http://hg.atheme.org/audacious audacious-devel |
d4d21dd19490
Make note of transition to Mercurial.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
6 |
d4d21dd19490
Make note of transition to Mercurial.
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
7 To retrieve the audacious stable branch from hg.atheme.org, do: |
4377
4060a83ebf1f
Fixed Mercurial instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
2835
diff
changeset
|
8 $ hg clone http://hg.atheme.org/release/audacious-$VERSION |
4060a83ebf1f
Fixed Mercurial instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
2835
diff
changeset
|
9 |
4060a83ebf1f
Fixed Mercurial instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
2835
diff
changeset
|
10 Where $VERSION is the stable major version, for example the latest |
4060a83ebf1f
Fixed Mercurial instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
2835
diff
changeset
|
11 fixes and updates to 1.5-series of audacious would be in: |
4060a83ebf1f
Fixed Mercurial instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
2835
diff
changeset
|
12 |
4060a83ebf1f
Fixed Mercurial instructions.
Matti Hamalainen <ccr@tnsp.org>
parents:
2835
diff
changeset
|
13 $ hg clone http://hg.atheme.org/release/audacious-1.5 |