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()
Sat, 13 Feb 2010 23:20:17 -0600 check-code: two more rules
Matt Mackall <mpm@selenic.com> [Sat, 13 Feb 2010 23:20:17 -0600] rev 10451
check-code: two more rules - no plain Exceptions - complain about unmarked ui messages
Sun, 14 Feb 2010 00:46:13 +0200 progress: fix description
timeless <timeless@mozdev.org> [Sun, 14 Feb 2010 00:46:13 +0200] rev 10450
progress: fix description
Sat, 13 Feb 2010 17:37:44 -0600 parsers: fix some signed comparison issues
Matt Mackall <mpm@selenic.com> [Sat, 13 Feb 2010 17:37:44 -0600] rev 10449
parsers: fix some signed comparison issues (spotted by Steve Borho)
Sat, 13 Feb 2010 22:10:31 +0100 commands: correct example in add help text
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 22:10:31 +0100] rev 10448
commands: correct example in add help text
Sat, 13 Feb 2010 21:21:40 +0100 minirst: support line blocks
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 21:21:40 +0100] rev 10447
minirst: support line blocks
Sat, 13 Feb 2010 18:44:19 +0100 commands: add verbose example to help text for add
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 18:44:19 +0100] rev 10446
commands: add verbose example to help text for add
Sat, 13 Feb 2010 18:36:24 +0100 commands: support verbose help
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 18:36:24 +0100] rev 10445
commands: support verbose help
Sat, 13 Feb 2010 18:11:08 +0100 minirst: report pruned container types
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 18:11:08 +0100] rev 10444
minirst: report pruned container types
Sun, 04 Oct 2009 22:03:41 +0200 minirst: support containers
Martin Geisler <mg@lazybytes.net> [Sun, 04 Oct 2009 22:03:41 +0200] rev 10443
minirst: support containers Text can be grouped into generic containers in reStructuredText: .. container:: foo This is text inside a "foo" container. .. container:: bar This is nested inside two containers. The minirst parser now recognizes these containers. The containers are either pruned completely from the output (included all nested blocks) or they are simply un-indented. So if 'foo' and 'bar' containers are kept, the above example will result in: This is text inside a "foo" container. This is nested inside two containers. If only 'foo' containers are kept, we get: This is text inside a "foo" container. No output is made if only 'bar' containers are kept. This feature will come in handy for implementing different levels of help output (e.g., verbose and debug level help texts).
Sat, 13 Feb 2010 02:08:27 +0100 test-mq-qclone-http: hide port number
Martin Geisler <mg@lazybytes.net> [Sat, 13 Feb 2010 02:08:27 +0100] rev 10442
test-mq-qclone-http: hide port number
Sat, 13 Feb 2010 09:49:06 -0600 progress: only reset state if finishing progress for the current topic
Augie Fackler <durin42@gmail.com> [Sat, 13 Feb 2010 09:49:06 -0600] rev 10441
progress: only reset state if finishing progress for the current topic This prevents some visual glitches when doing a clone --pull locally.
Sat, 13 Feb 2010 15:34:44 +0100 shrink: use progress API
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 13 Feb 2010 15:34:44 +0100] rev 10440
shrink: use progress API
Sat, 13 Feb 2010 09:55:28 +0100 progress: correctly handle empty progress topic
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 13 Feb 2010 09:55:28 +0100] rev 10439
progress: correctly handle empty progress topic
Fri, 12 Feb 2010 19:59:09 -0500 util: add any() and all() functions for Python 2.4 compatibility
Steve Losh <steve@stevelosh.com> [Fri, 12 Feb 2010 19:59:09 -0500] rev 10438
util: add any() and all() functions for Python 2.4 compatibility This patch adds these two very useful functions to the mercurial.util module, because they are not present in Python 2.4.
Sat, 13 Feb 2010 10:56:43 +0100 merge with mpm
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 13 Feb 2010 10:56:43 +0100] rev 10437
merge with mpm
Fri, 12 Feb 2010 15:17:10 +0100 rebase: split line longer than 80 chars
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Fri, 12 Feb 2010 15:17:10 +0100] rev 10436
rebase: split line longer than 80 chars
Sat, 13 Feb 2010 00:38:29 -0600 progress: add progress calls to changeset discovery
Matt Mackall <mpm@selenic.com> [Sat, 13 Feb 2010 00:38:29 -0600] rev 10435
progress: add progress calls to changeset discovery
Fri, 12 Feb 2010 21:53:32 -0600 Progress bar extension
Augie Fackler <durin42@gmail.com> [Fri, 12 Feb 2010 21:53:32 -0600] rev 10434
Progress bar extension
Wed, 10 Feb 2010 18:46:19 -0600 verify: call ui.progress()
Augie Fackler <durin42@gmail.com> [Wed, 10 Feb 2010 18:46:19 -0600] rev 10433
verify: call ui.progress()
Tue, 09 Feb 2010 10:02:01 -0600 localrepo: provide indeterminate progress information while bundling
Augie Fackler <durin42@gmail.com> [Tue, 09 Feb 2010 10:02:01 -0600] rev 10432
localrepo: provide indeterminate progress information while bundling
Sun, 07 Feb 2010 17:44:30 -0600 update: make calls to ui.progress()
Augie Fackler <durin42@gmail.com> [Sun, 07 Feb 2010 17:44:30 -0600] rev 10431
update: make calls to ui.progress()
Sun, 07 Feb 2010 12:00:40 -0600 localrepo: show indeterminate progress for incoming data
Augie Fackler <durin42@gmail.com> [Sun, 07 Feb 2010 12:00:40 -0600] rev 10430
localrepo: show indeterminate progress for incoming data This has some quirks, like showing progress bars for importing bundles, including during rebase.
Sat, 13 Feb 2010 02:06:13 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 13 Feb 2010 02:06:13 +0100] rev 10429
Merge with crew-stable
Thu, 11 Feb 2010 23:15:42 +0200 convert: differentiate between IOError and OSError on commitctx() stable
Giorgos Keramidas <keramida@ceid.upatras.gr> [Thu, 11 Feb 2010 23:15:42 +0200] rev 10428
convert: differentiate between IOError and OSError on commitctx() The IOError exception is overloaded to mean 'this file was deleted in the current commit'. Separate the code that handles IOError and file deletion from general OSError exceptions. The latter are real errors, but IOError is not always a throwable error. This solves the accidental marking of files as 'deleted' in commits that try to write for example in .hg/store/data revlogs that the current user has no permission to modify (a normal OSError that should abort the current commit). Changed by pmezard: use getattr() to be on the safe side.
Fri, 12 Feb 2010 21:30:24 +0100 test-mq-qclone: test --mq option
Patrick Mezard <pmezard@gmail.com> [Fri, 12 Feb 2010 21:30:24 +0100] rev 10427
test-mq-qclone: test --mq option
Fri, 12 Feb 2010 16:04:00 +0100 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 12 Feb 2010 16:04:00 +0100] rev 10426
merge with crew
Sun, 07 Feb 2010 10:25:18 -0600 ui.progress: clarify termination requirement
Augie Fackler <durin42@gmail.com> [Sun, 07 Feb 2010 10:25:18 -0600] rev 10425
ui.progress: clarify termination requirement
Sun, 07 Feb 2010 10:25:18 -0600 relink: properly use the progress API
Augie Fackler <durin42@gmail.com> [Sun, 07 Feb 2010 10:25:18 -0600] rev 10424
relink: properly use the progress API
Tue, 09 Feb 2010 12:49:47 -0600 test-subrepo-svn: handle svn output changes gracefully
Augie Fackler <durin42@gmail.com> [Tue, 09 Feb 2010 12:49:47 -0600] rev 10423
test-subrepo-svn: handle svn output changes gracefully
Mon, 08 Feb 2010 08:18:49 -0600 util: fix trailing whitespace found by check-code
Augie Fackler <durin42@gmail.com> [Mon, 08 Feb 2010 08:18:49 -0600] rev 10422
util: fix trailing whitespace found by check-code
Fri, 12 Feb 2010 15:46:48 +0100 ui: look before you leap on sys.stderr.closed (and look nicer)
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 12 Feb 2010 15:46:48 +0100] rev 10421
ui: look before you leap on sys.stderr.closed (and look nicer) f83291e5643e introduced a fix if sys.stdout.closed does not exist. This change uses a getattr with default instead of hasattr (which just calls getattr) and accessing the attribute. Additionally it applies the same fix for sys.stderr.closed as this is not available in the bpython shell (reported by Roger Gammans).
Thu, 11 Feb 2010 17:44:01 -0600 Merge with stable
Matt Mackall <mpm@selenic.com> [Thu, 11 Feb 2010 17:44:01 -0600] rev 10420
Merge with stable
Thu, 11 Feb 2010 17:13:22 -0600 hgrc: update docs for the server section
Matt Mackall <mpm@selenic.com> [Thu, 11 Feb 2010 17:13:22 -0600] rev 10419
hgrc: update docs for the server section
Thu, 11 Feb 2010 16:37:43 -0600 localrepo: add optional validation (defaults to off) for incoming changes
Augie Fackler <durin42@gmail.com> [Thu, 11 Feb 2010 16:37:43 -0600] rev 10418
localrepo: add optional validation (defaults to off) for incoming changes This verifies that all manifests are present for incoming changes, and all files for those manifests are also present. This is a simple first-pass, and could be better, but seems like a valuable thing to have, as I've seen pushes in the past that propagated revlog corruption.
Thu, 11 Feb 2010 12:02:48 -0200 branch: avoid using reserved tag names stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Thu, 11 Feb 2010 12:02:48 -0200] rev 10417
branch: avoid using reserved tag names Reported as Debian bug #552423.
Thu, 11 Feb 2010 21:11:59 +0100 doc: add missing documentation for http_proxy.always
Henrik Stuart <hg@hstuart.dk> [Thu, 11 Feb 2010 21:11:59 +0100] rev 10416
doc: add missing documentation for http_proxy.always
Thu, 11 Feb 2010 20:42:20 +0100 url: proxy handling, simplify and correctly deal with IPv6
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 11 Feb 2010 20:42:20 +0100] rev 10415
url: proxy handling, simplify and correctly deal with IPv6 Thanks to Henrik for testing.
Tue, 09 Feb 2010 14:12:34 -0600 streaming: actually change default
Matt Mackall <mpm@selenic.com> [Tue, 09 Feb 2010 14:12:34 -0600] rev 10414
streaming: actually change default
Tue, 09 Feb 2010 14:12:22 -0600 fix up a bunch of check-code warnings
Matt Mackall <mpm@selenic.com> [Tue, 09 Feb 2010 14:12:22 -0600] rev 10413
fix up a bunch of check-code warnings
Tue, 09 Feb 2010 13:53:24 -0600 check-code: import some pylint checks
Matt Mackall <mpm@selenic.com> [Tue, 09 Feb 2010 13:53:24 -0600] rev 10412
check-code: import some pylint checks
Wed, 10 Feb 2010 17:42:57 -0600 ssl: fix compatibility with pre-2.6 Python
Matt Mackall <mpm@selenic.com> [Wed, 10 Feb 2010 17:42:57 -0600] rev 10411
ssl: fix compatibility with pre-2.6 Python
Wed, 10 Feb 2010 21:17:58 +0100 mq: remove unused import
Henrik Stuart <hg@hstuart.dk> [Wed, 10 Feb 2010 21:17:58 +0100] rev 10410
mq: remove unused import
Wed, 10 Feb 2010 20:27:46 +0100 url: SSL server certificate verification using web.cacerts file (issue1174)
Henrik Stuart <hg@hstuart.dk> [Wed, 10 Feb 2010 20:27:46 +0100] rev 10409
url: SSL server certificate verification using web.cacerts file (issue1174)
Wed, 10 Feb 2010 20:08:18 +0100 url: httplib.HTTPSConnection already handles IPv6 and port parsing fine
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Feb 2010 20:08:18 +0100] rev 10408
url: httplib.HTTPSConnection already handles IPv6 and port parsing fine
Wed, 10 Feb 2010 10:58:11 -0800 mq: incorporate mq repo config when using --mq
Brendan Cully <brendan@kublai.com> [Wed, 10 Feb 2010 10:58:11 -0800] rev 10407
mq: incorporate mq repo config when using --mq For example, incoming should use the paths defined in .hg/patches/hgrc instead of .hg/hgrc.
Tue, 09 Feb 2010 01:12:29 +0100 run-tests.py: skipped tests shouldn't change working directory
Mads Kiilerich <mads@kiilerich.com> [Tue, 09 Feb 2010 01:12:29 +0100] rev 10406
run-tests.py: skipped tests shouldn't change working directory
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip