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
Mon, 08 Feb 2010 20:51:23 +0100 whitespace cleanup
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 08 Feb 2010 20:51:23 +0100] rev 10405
whitespace cleanup
Tue, 09 Feb 2010 14:02:07 +0100 revlog.size: remove alternate implementation (revlogv0 specific)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Feb 2010 14:02:07 +0100] rev 10404
revlog.size: remove alternate implementation (revlogv0 specific) it's only useful for revlogv0 anyway, revlogNG has the uncompressed size in the index.
Tue, 09 Feb 2010 13:48:52 +0100 pylintrc: string isn't deprecated, only some of its methods
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Feb 2010 13:48:52 +0100] rev 10403
pylintrc: string isn't deprecated, only some of its methods
Mon, 08 Feb 2010 10:50:00 +0100 mq: make init -Q do what qinit -c did
Brendan Cully <brendan@kublai.com> [Mon, 08 Feb 2010 10:50:00 +0100] rev 10402
mq: make init -Q do what qinit -c did
Mon, 08 Feb 2010 10:23:44 +0100 mq: add -Q option to all commands not in norepo
Brendan Cully <brendan@kublai.com> [Mon, 08 Feb 2010 10:23:44 +0100] rev 10401
mq: add -Q option to all commands not in norepo
Sun, 07 Feb 2010 23:07:58 +0100 setup.py: fixing version info for Windows hg.exe (py2exe)
Adrian Buehlmann <adrian@cadifra.com> [Sun, 07 Feb 2010 23:07:58 +0100] rev 10400
setup.py: fixing version info for Windows hg.exe (py2exe) Fixes warning: py2exe: Version Info will not be included: could not parse version number ... which was seen when doing nightly builds. hg.exe files of nightly builds did not have any version info resoure, which may cause problems with installers. Also setting a copyright string for the version resource (was missing).
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip