Mon, 15 Feb 2010 16:34:59 -0200 i18n-pt_BR: synchronized with 44b4a2a31623 stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Mon, 15 Feb 2010 16:34:59 -0200] rev 10483
i18n-pt_BR: synchronized with 44b4a2a31623
Mon, 15 Feb 2010 18:12:50 +0100 url: fix python < 2.6 with ssl installed stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 15 Feb 2010 18:12:50 +0100] rev 10482
url: fix python < 2.6 with ssl installed _GLOBAL_DEFAULT_TIMEOUT isn't related to ssl, but to python < 2.6, move it to the right hunk.
Mon, 15 Feb 2010 09:57:11 +0100 bugzilla: revert unhelpful check-code changes, module is actually called MySQLdb stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 15 Feb 2010 09:57:11 +0100] rev 10481
bugzilla: revert unhelpful check-code changes, module is actually called MySQLdb
Mon, 15 Feb 2010 00:16:59 -0800 mq: unify implementation of qinit and init -Q stable
Brendan Cully <brendan@kublai.com> [Mon, 15 Feb 2010 00:16:59 -0800] rev 10480
mq: unify implementation of qinit and init -Q
Mon, 16 Nov 2009 16:10:05 -0500 bundle: exclude csets given in --base, unless they are in --rev (issue1910) stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 16 Nov 2009 16:10:05 -0500] rev 10479
bundle: exclude csets given in --base, unless they are in --rev (issue1910) Thanks Jesse Glick for the first version of this patch.
Mon, 15 Feb 2010 00:17:18 +0100 Merge with stable
Martin Geisler <mg@lazybytes.net> [Mon, 15 Feb 2010 00:17:18 +0100] rev 10478
Merge with stable
Mon, 15 Feb 2010 00:14:16 +0100 Merge with default stable
Martin Geisler <mg@lazybytes.net> [Mon, 15 Feb 2010 00:14:16 +0100] rev 10477
Merge with default
Mon, 15 Feb 2010 00:12:10 +0100 mq: more instructive use of "--" in qguard help (issue2040) stable
Martin Geisler <mg@lazybytes.net> [Mon, 15 Feb 2010 00:12:10 +0100] rev 10476
mq: more instructive use of "--" in qguard help (issue2040)
Sun, 14 Feb 2010 17:08:52 -0500 color: don't crash on invalid status codes (issue2036)
Brodie Rao <me+hg@dackz.net> [Sun, 14 Feb 2010 17:08:52 -0500] rev 10475
color: don't crash on invalid status codes (issue2036) If an unknown file with a newline appears in the status output, color shouldn't raise a KeyError trying to parse second line in the filename.
Sun, 14 Feb 2010 23:17:28 +0100 Add progress extension to win32 default config file stable
Pascal Quantin <pascal.quantin@gmail.com> [Sun, 14 Feb 2010 23:17:28 +0100] rev 10474
Add progress extension to win32 default config file
Sun, 14 Feb 2010 20:28:49 +0100 test-interhg: test the extension stable
Martin Geisler <mg@lazybytes.net> [Sun, 14 Feb 2010 20:28:49 +0100] rev 10473
test-interhg: test the extension
Sat, 06 Feb 2010 21:25:02 -0200 interhg: fixes regression introduced by 38170eeed18c stable
Wagner Bruna <wbruna@yahoo.com> [Sat, 06 Feb 2010 21:25:02 -0200] rev 10472
interhg: fixes regression introduced by 38170eeed18c
Sun, 14 Feb 2010 17:09:52 +0100 progress: use inline literals in help string stable
Martin Geisler <mg@lazybytes.net> [Sun, 14 Feb 2010 17:09:52 +0100] rev 10471
progress: use inline literals in help string
Sun, 14 Feb 2010 19:15:56 +0100 Fix test-pull under Windows stable
Patrick Mezard <pmezard@gmail.com> [Sun, 14 Feb 2010 19:15:56 +0100] rev 10470
Fix test-pull under Windows
Sun, 14 Feb 2010 18:39:16 +0100 Fix test-push-validation under Windows stable
Patrick Mezard <pmezard@gmail.com> [Sun, 14 Feb 2010 18:39:16 +0100] rev 10469
Fix test-push-validation under Windows
Sun, 14 Feb 2010 18:19:18 +0100 Fix test-share and test-subrepo under Windows stable
Patrick Mezard <pmezard@gmail.com> [Sun, 14 Feb 2010 18:19:18 +0100] rev 10468
Fix test-share and test-subrepo under Windows
Sun, 14 Feb 2010 17:53:23 +0100 patch: remove useless copy, cleanup stable
Patrick Mezard <pmezard@gmail.com> [Sun, 14 Feb 2010 17:53:23 +0100] rev 10467
patch: remove useless copy, cleanup
Thu, 11 Feb 2010 11:22:57 -0200 patch: separate reverse copy data (issue1959) stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Thu, 11 Feb 2010 11:22:57 -0200] rev 10466
patch: separate reverse copy data (issue1959)
Sun, 14 Feb 2010 15:45:12 +0100 Add test for progress extension stable
Patrick Mezard <pmezard@gmail.com> [Sun, 14 Feb 2010 15:45:12 +0100] rev 10465
Add test for progress extension
Sun, 14 Feb 2010 15:42:47 +0100 progress: make progress.refresh=0 always display the progress line stable
Patrick Mezard <pmezard@gmail.com> [Sun, 14 Feb 2010 15:42:47 +0100] rev 10464
progress: make progress.refresh=0 always display the progress line This has no effect in real world where progress.refresh in unlikely to be set to zero, but is very useful in tests where all progress output is to be traced. It failed on platforms with coarse time.time() granularity, like Windows+py25.
Sun, 14 Feb 2010 01:52:31 -0500 remove unused imports stable
Brodie Rao <me+hg@dackz.net> [Sun, 14 Feb 2010 01:52:31 -0500] rev 10463
remove unused imports
Sun, 14 Feb 2010 13:58:30 +0100 progress: make use of progress.refresh stable
Patrick Mezard <pmezard@gmail.com> [Sun, 14 Feb 2010 13:58:30 +0100] rev 10462
progress: make use of progress.refresh
Sun, 14 Feb 2010 13:29:11 +0100 i18n: merge default into stable stable
Martin Geisler <mg@lazybytes.net> [Sun, 14 Feb 2010 13:29:11 +0100] rev 10461
i18n: merge default into stable
Sun, 14 Feb 2010 13:28:34 +0100 Merge with i18n
Martin Geisler <mg@lazybytes.net> [Sun, 14 Feb 2010 13:28:34 +0100] rev 10460
Merge with i18n
Sun, 14 Feb 2010 00:08:26 +0100 i18n-sv: nine basic commands translated
Jens Bäckman <jens.backman@gmail.com> [Sun, 14 Feb 2010 00:08:26 +0100] rev 10459
i18n-sv: nine basic commands translated Translated the following commands: bundle, branch, branches, cat, copy, grep, heads, identify, incoming Also did a sync with 956498af9812.
Sun, 14 Feb 2010 13:05:51 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 14 Feb 2010 13:05:51 +0100] rev 10458
Merge with crew-stable
Tue, 09 Feb 2010 18:32:57 +0100 subrepo: make sure that the source path is stripped stable
David Soria Parra <dsp@php.net> [Tue, 09 Feb 2010 18:32:57 +0100] rev 10457
subrepo: make sure that the source path is stripped Test by Patrick Mézard <pmezard@gmail.com>
Sat, 13 Feb 2010 23:50:38 -0600 1.5 code freeze: merge default into stable stable
Matt Mackall <mpm@selenic.com> [Sat, 13 Feb 2010 23:50:38 -0600] rev 10456
1.5 code freeze: merge default into stable
Sun, 07 Feb 2010 14:56:18 +0100 ui: add HGPLAIN environment variable for easier scripting
Brodie Rao <me+hg@dackz.net> [Sun, 07 Feb 2010 14:56:18 +0100] rev 10455
ui: add HGPLAIN environment variable for easier scripting If HGPLAIN is set, the following settings are ignored when read from hgrc files: - ui.debug - ui.fallbackencoding - ui.quiet - ui.traceback - ui.verbose - defaults.* Localization is also disabled. Equivalent options set via command line are honored.
Sat, 13 Feb 2010 23:24:27 -0600 tests: update help for add
Matt Mackall <mpm@selenic.com> [Sat, 13 Feb 2010 23:24:27 -0600] rev 10454
tests: update help for add
Sat, 13 Feb 2010 23:34:15 -0500 progress: make determinate bar more like wget progress bar
Brodie Rao <me+hg@dackz.net> [Sat, 13 Feb 2010 23:34:15 -0500] rev 10453
progress: make determinate bar more like wget progress bar foo [ ] 0/58 foo [> ] 1/58 foo [=> ] 2/58 ... foo [=======================================================> ] 56/58 foo [========================================================> ] 57/58 foo [=========================================================>] 58/58 The bar now has a '>' character at the end. This indicates the direction, is consistent with the indeterminate '<=>' bar, and looks much nicer.
Sat, 13 Feb 2010 23:34:20 -0500 progress: simplify spacejoin()
Brodie Rao <me+hg@dackz.net> [Sat, 13 Feb 2010 23:34:20 -0500] rev 10452
progress: simplify spacejoin()
(0) -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip