Tue, 23 Feb 2010 11:34:08 -0500 hgweb: fix handling of arguments in the between command stable
Sune Foldager <cryo@cyanite.org> [Tue, 23 Feb 2010 11:34:08 -0500] rev 10530
hgweb: fix handling of arguments in the between command The 'pairs' argument was coded to be optional, but the code would crash if it was not provided.
Mon, 22 Feb 2010 23:30:01 -0800 hgcia: report RPC errors stable
Brendan Cully <brendan@kublai.com> [Mon, 22 Feb 2010 23:30:01 -0800] rev 10529
hgcia: report RPC errors
Tue, 23 Feb 2010 06:44:37 +0100 merge with stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 23 Feb 2010 06:44:37 +0100] rev 10528
merge with stable
Tue, 23 Feb 2010 06:42:10 +0100 commands: correct diff -c explanation stable
timeless <timeless@mozdev.org> [Tue, 23 Feb 2010 06:42:10 +0100] rev 10527
commands: correct diff -c explanation
Mon, 22 Feb 2010 23:12:12 -0500 httprepo: send Content-Type instead of content-type stable
Sune Foldager <cryo@cyanite.org> [Mon, 22 Feb 2010 23:12:12 -0500] rev 10526
httprepo: send Content-Type instead of content-type
Mon, 22 Feb 2010 16:28:57 +0100 httprepo: use content-type application/mercurial-0.1 for POST stable
Sune Foldager <cryo@cyanite.org> [Mon, 22 Feb 2010 16:28:57 +0100] rev 10525
httprepo: use content-type application/mercurial-0.1 for POST Previously, application/octet-stream was used. The content-type is currently ignored by the server.
Mon, 22 Feb 2010 22:55:58 +0100 patch: fix patching with fuzz and eol normalization stable
Patrick Mezard <pmezard@gmail.com> [Mon, 22 Feb 2010 22:55:58 +0100] rev 10524
patch: fix patching with fuzz and eol normalization
Sun, 21 Feb 2010 15:26:55 +0100 make the progress extension honor ui.quiet stable
Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> [Sun, 21 Feb 2010 15:26:55 +0100] rev 10523
make the progress extension honor ui.quiet
Mon, 22 Feb 2010 01:19:59 +0100 subrepo: Update .hgsubstate in case of deleted subrepo stable
Saint Germain <saintger@gmail.com> [Mon, 22 Feb 2010 01:19:59 +0100] rev 10522
subrepo: Update .hgsubstate in case of deleted subrepo When a subrepo is deleted from .hgsub, it also needs to be removed from .hgsubstate. Previous code was updating .hgsubstate only in case of newly or modified subrepo.
Sun, 21 Feb 2010 22:16:35 +0100 Do not use osutil.c with python 2.4 and Windows (issue1364) stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 21 Feb 2010 22:16:35 +0100] rev 10521
Do not use osutil.c with python 2.4 and Windows (issue1364) Windows python 2.4 os.stat() reports times including DST offset, while osutil.c reports the correct value, which makes status() systematically compare files content. This bug is fixed in python 2.5. Using osutil.py instead of osutil.c is 4x times slower on large repositories but current code is completely unusable. Given few people are likely to use python 2.4 on Windows this solution was considered a good trade-off compared to more invasive solutions trying to address the offset issue.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip