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.
Sun, 21 Feb 2010 01:21:17 +0200 commands: mention diff -c stable
timeless <timeless@mozdev.org> [Sun, 21 Feb 2010 01:21:17 +0200] rev 10520
commands: mention diff -c
Sat, 20 Feb 2010 20:08:42 +0100 progress: mark units for translation stable
Martin Geisler <mg@lazybytes.net> [Sat, 20 Feb 2010 20:08:42 +0100] rev 10519
progress: mark units for translation
Fri, 19 Feb 2010 13:04:11 -0200 patch, i18n: avoid parameterized messages stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Fri, 19 Feb 2010 13:04:11 -0200] rev 10518
patch, i18n: avoid parameterized messages Singular message removed for simplicity.
Sat, 20 Feb 2010 15:18:59 +0100 gpg: do not call status on the whole repository, only on '.hgsigs' stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 20 Feb 2010 15:18:59 +0100] rev 10517
gpg: do not call status on the whole repository, only on '.hgsigs'
Fri, 19 Feb 2010 22:16:42 -0500 pager: set ui.interactive=False when enabled stable
Brodie Rao <me+hg@dackz.net> [Fri, 19 Feb 2010 22:16:42 -0500] rev 10516
pager: set ui.interactive=False when enabled This stops interactive-only things like progress bars from showing up inside the pager.
Fri, 19 Feb 2010 20:34:23 -0500 identify: don't include unknown in status stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 19 Feb 2010 20:34:23 -0500] rev 10515
identify: don't include unknown in status
Fri, 19 Feb 2010 16:50:47 -0800 zeroconf: suppress traceback during shutdown stable
Brendan Cully <brendan@kublai.com> [Fri, 19 Feb 2010 16:50:47 -0800] rev 10514
zeroconf: suppress traceback during shutdown If the read thred is in select when the main thread is in close, the main thread may close the socket between select and read, generating a noisy traceback. This can be ignored if the shutdown flag is set.
Fri, 19 Feb 2010 21:48:09 +0100 contrib/wix: switch *.wxs files to LF eol stable
Adrian Buehlmann <adrian@cadifra.com> [Fri, 19 Feb 2010 21:48:09 +0100] rev 10513
contrib/wix: switch *.wxs files to LF eol
Thu, 18 Feb 2010 23:23:17 -0600 Merge with stable
Steve Borho <steve@borho.org> [Thu, 18 Feb 2010 23:23:17 -0600] rev 10512
Merge with stable
Fri, 19 Feb 2010 02:51:35 +0100 url: *args argument is a tuple, not a list (found by pylint) stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 19 Feb 2010 02:51:35 +0100] rev 10511
url: *args argument is a tuple, not a list (found by pylint) E1101:514:httpshandler._makeconnection: Instance of 'tuple' has no 'pop' member E1101:516:httpshandler._makeconnection: Instance of 'tuple' has no 'pop' member
Fri, 19 Feb 2010 02:23:38 +0100 i18n: mark more strings for translation stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 19 Feb 2010 02:23:38 +0100] rev 10510
i18n: mark more strings for translation
Fri, 19 Feb 2010 02:11:37 +0100 shrink-revlog: remove unneeded imports and useless code stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 19 Feb 2010 02:11:37 +0100] rev 10509
shrink-revlog: remove unneeded imports and useless code
Fri, 19 Feb 2010 02:07:13 +0100 shrink-revlog: add strings for translation / import _ before using it stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 19 Feb 2010 02:07:13 +0100] rev 10508
shrink-revlog: add strings for translation / import _ before using it
Thu, 18 Feb 2010 16:51:39 -0500 ui: unset ui.slash when HGPLAIN is set stable
Brodie Rao <me+hg@dackz.net> [Thu, 18 Feb 2010 16:51:39 -0500] rev 10507
ui: unset ui.slash when HGPLAIN is set
Thu, 18 Feb 2010 16:50:49 -0500 ui: suppress aliases when HGPLAIN is set stable
Brodie Rao <me+hg@dackz.net> [Thu, 18 Feb 2010 16:50:49 -0500] rev 10506
ui: suppress aliases when HGPLAIN is set
Mon, 15 Feb 2010 15:25:29 -0500 merge: fix --preview to show all nodes that will be merged (issue2043). stable
Greg Ward <greg-hg@gerg.ca> [Mon, 15 Feb 2010 15:25:29 -0500] rev 10505
merge: fix --preview to show all nodes that will be merged (issue2043). Formerly, it omitted nodes that were not descendants of the least common ancestor of the two merge parents, even though those nodes contribute to the merge. The new algorithm uses revlog.findmissing() instead of ancestor() + nodesbetween().
Mon, 15 Feb 2010 15:07:21 -0500 test-merge-default: make content of test repo clearer. stable
Greg Ward <greg-hg@gerg.ca> [Mon, 15 Feb 2010 15:07:21 -0500] rev 10504
test-merge-default: make content of test repo clearer. Makes it easier to understand and modify the test. (issue2043).
Thu, 18 Feb 2010 20:47:12 +0100 contrib/wix: MSVC CRT libraries are installed in WinSxS stable
Adrian Buehlmann <adrian@cadifra.com> [Thu, 18 Feb 2010 20:47:12 +0100] rev 10503
contrib/wix: MSVC CRT libraries are installed in WinSxS not in %system32%
Thu, 18 Feb 2010 13:05:15 -0600 Add WiX installer scripts to contrib/wix stable
Steve Borho <steve@borho.org> [Thu, 18 Feb 2010 13:05:15 -0600] rev 10502
Add WiX installer scripts to contrib/wix
Thu, 18 Feb 2010 10:46:01 -0800 import: if in doubt, consume stream until start of diff stable
Brendan Cully <brendan@kublai.com> [Thu, 18 Feb 2010 10:46:01 -0800] rev 10501
import: if in doubt, consume stream until start of diff This prevents a header-like line in the message body from causing a spurious split.
Thu, 18 Feb 2010 10:32:51 +0100 bdiff: do not use recursion / avoid stackoverflow (issue1940) stable
Alistair Bell <alistair@bellsonline.com> [Thu, 18 Feb 2010 10:32:51 +0100] rev 10500
bdiff: do not use recursion / avoid stackoverflow (issue1940)
Thu, 18 Feb 2010 05:55:05 +0100 keyword: mark improved demo commit message for translation stable
Christian Ebert <blacktrash@gmx.net> [Thu, 18 Feb 2010 05:55:05 +0100] rev 10499
keyword: mark improved demo commit message for translation s/config/configuration/ Inside the quoted command put the message in single quotes in case the translation contains apostrophes.
Wed, 17 Feb 2010 14:35:11 -0800 mq: iterate over a copy of the command table keys (fixes issue2045). stable
Brendan Cully <brendan@kublai.com> [Wed, 17 Feb 2010 14:35:11 -0800] rev 10498
mq: iterate over a copy of the command table keys (fixes issue2045). I hope.
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip