Tue, 14 Sep 2010 21:45:43 -0500 bookmarks: set VALUE in push/pull
Will Maier <willmaier@ml1.net> [Tue, 14 Sep 2010 21:45:43 -0500] rev 12302
bookmarks: set VALUE in push/pull
Tue, 14 Sep 2010 16:52:32 +0200 tests: unify test-username-newline
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 16:52:32 +0200] rev 12301
tests: unify test-username-newline
Tue, 14 Sep 2010 16:42:02 +0200 tests: unify test-url-rev
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 16:42:02 +0200] rev 12300
tests: unify test-url-rev
Tue, 14 Sep 2010 15:37:10 +0200 tests: unify test-update-renames
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 15:37:10 +0200] rev 12299
tests: unify test-update-renames
Tue, 14 Sep 2010 13:43:05 +0200 tests: unify test-rename-merge1
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 13:43:05 +0200] rev 12298
tests: unify test-rename-merge1
Wed, 15 Sep 2010 09:09:17 -0500 merge with crew
Matt Mackall <mpm@selenic.com> [Wed, 15 Sep 2010 09:09:17 -0500] rev 12297
merge with crew
Wed, 15 Sep 2010 11:06:22 +0200 clone: only use stream when we understand the revlog format
Sune Foldager <cryo@cyanite.org> [Wed, 15 Sep 2010 11:06:22 +0200] rev 12296
clone: only use stream when we understand the revlog format This patch fixes issues with stream cloning in the presense of parentdelta, lwcopy and similar additions that change the interpretation of the revlog format, or the format itself. Currently, the stream capability is sent like this: stream=<version of changelog> But the client doesn't actually check the version number; also, it only checks the changelog and it doesn't capture the interpretation-changes and flag-changes in parentdelta and lwcopy. This patch removes the 'stream' capability whenever we use a non-basic revlog format, to prevent old clients from receiving incorrect data. In those cases, a new capability called 'streamreqs' is added instead. Instead of a revlog version, it comes with a list of revlog-format relevant requirements, which are a subset of the repository requirements, excluding things that are not relevant for stream. New clients use this to determine whether or not they can stream. Old clients only look for the 'stream' capability, as always. New servers will still send this when serving old repositories.
Wed, 15 Sep 2010 10:44:10 +0200 localrepo: factor out requirement application and write
Sune Foldager <cryo@cyanite.org> [Wed, 15 Sep 2010 10:44:10 +0200] rev 12295
localrepo: factor out requirement application and write
Tue, 14 Sep 2010 16:21:21 -0500 merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 14 Sep 2010 16:21:21 -0500] rev 12294
merge with stable
Tue, 14 Sep 2010 16:21:01 -0500 merge with i18n
Matt Mackall <mpm@selenic.com> [Tue, 14 Sep 2010 16:21:01 -0500] rev 12293
merge with i18n
Tue, 14 Sep 2010 16:20:34 -0500 merge with i18n stable
Matt Mackall <mpm@selenic.com> [Tue, 14 Sep 2010 16:20:34 -0500] rev 12292
merge with i18n
Mon, 13 Sep 2010 01:37:56 +0000 l10n: starting to unify the old translations
Christoph <christoph@webvariants.de> [Mon, 13 Sep 2010 01:37:56 +0000] rev 12291
l10n: starting to unify the old translations New status: 1525 messages complete with 135 fuzzies and 621 untranslated. Transmitted-via: Transifex (www.transifex.net).
Mon, 13 Sep 2010 00:03:26 +0000 l10n: translations: env. variables / templating system (DE)
Christoph <christoph@webvariants.de> [Mon, 13 Sep 2010 00:03:26 +0000] rev 12290
l10n: translations: env. variables / templating system (DE) New status: 1517 messages complete with 134 fuzzies and 630 untranslated. Transmitted-via: Transifex (www.transifex.net).
Sun, 12 Sep 2010 01:18:30 +0000 l10n: added some new translations
Christoph <christoph@webvariants.de> [Sun, 12 Sep 2010 01:18:30 +0000] rev 12289
l10n: added some new translations New status: 1443 messages complete with 130 fuzzies and 708 untranslated. Transmitted-via: Transifex (www.transifex.net).
Fri, 10 Sep 2010 21:05:51 -0300 i18n-pt_BR: synchronized with 0f6164806283 stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 10 Sep 2010 21:05:51 -0300] rev 12288
i18n-pt_BR: synchronized with 0f6164806283
Tue, 14 Sep 2010 22:54:04 +0200 tests: unify test-default-push
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 22:54:04 +0200] rev 12287
tests: unify test-default-push
Tue, 14 Sep 2010 18:43:24 +0200 tests: unify test-clone-update-order
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 18:43:24 +0200] rev 12286
tests: unify test-clone-update-order
Tue, 14 Sep 2010 21:41:06 +0200 tests: unify test-debugrename
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 21:41:06 +0200] rev 12285
tests: unify test-debugrename
Tue, 14 Sep 2010 21:26:05 +0200 tests: unify test-confused-revert
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 21:26:05 +0200] rev 12284
tests: unify test-confused-revert
Tue, 14 Sep 2010 19:31:00 +0200 tests: unify test-command-template
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 19:31:00 +0200] rev 12283
tests: unify test-command-template
Tue, 14 Sep 2010 22:11:53 +0200 mq: rename strip --nobackup option to --no-backup (issue2377)
Christian Ebert <blacktrash@gmx.net> [Tue, 14 Sep 2010 22:11:53 +0200] rev 12282
mq: rename strip --nobackup option to --no-backup (issue2377) Same option name as for hg revert --no-backup. Deprecate strip --nobackup.
Tue, 14 Sep 2010 22:11:46 +0200 mq: consistently use opts.get() to prevent potential KeyError
Christian Ebert <blacktrash@gmx.net> [Tue, 14 Sep 2010 22:11:46 +0200] rev 12281
mq: consistently use opts.get() to prevent potential KeyError
Tue, 14 Sep 2010 16:03:10 +0200 tests: remove exec bit from .t files
Sune Foldager <cryo@cyanite.org> [Tue, 14 Sep 2010 16:03:10 +0200] rev 12280
tests: remove exec bit from .t files
Tue, 14 Sep 2010 12:20:51 +0200 combine tests
Adrian Buehlmann <adrian@cadifra.com> [Tue, 14 Sep 2010 12:20:51 +0200] rev 12279
combine tests
Mon, 13 Sep 2010 16:25:13 +0200 merge with stable
Sune Foldager <cryo@cyanite.org> [Mon, 13 Sep 2010 16:25:13 +0200] rev 12278
merge with stable
Mon, 13 Sep 2010 16:12:25 +0200 color: add win32 support for non-black background stable
Sune Foldager <cryo@cyanite.org> [Mon, 13 Sep 2010 16:12:25 +0200] rev 12277
color: add win32 support for non-black background This complicates the code a bit, since attributes need to be masked together correctly before they are applied. Perhaps the code should be redesigned at some point, but this works well for now.
Mon, 13 Sep 2010 10:04:41 -0300 i18n: unmark untranslatable string
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 13 Sep 2010 10:04:41 -0300] rev 12276
i18n: unmark untranslatable string
Mon, 13 Sep 2010 15:13:30 +0200 test-subrepo-recursion: test missing subrepo
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 15:13:30 +0200] rev 12275
test-subrepo-recursion: test missing subrepo
Mon, 13 Sep 2010 13:09:31 +0200 incoming: recurse into subrepositories with --subrepos/-S flag
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 13:09:31 +0200] rev 12274
incoming: recurse into subrepositories with --subrepos/-S flag As with push and outgoing, the optional source path is ignored for the subrepositories. Fixing this is Issue1852.
Mon, 13 Sep 2010 13:09:30 +0200 incoming: move code from commands to cmdutil
Martin Geisler <mg@lazybytes.net> [Mon, 13 Sep 2010 13:09:30 +0200] rev 12273
incoming: move code from commands to cmdutil This makes it easier to reuse it in a recursive fashion for subrepos.
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip