Wed, 15 Oct 2008 01:14:29 +0200 dirstate._dirs: fix refcounting broken by 7dfac37cfabf
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 15 Oct 2008 01:14:29 +0200] rev 7096
dirstate._dirs: fix refcounting broken by 7dfac37cfabf reported by Patrick Waugh
Tue, 07 Oct 2008 13:57:00 +0200 patchbomb: consistently use opts.get
Christian Ebert <blacktrash@gmx.net> [Tue, 07 Oct 2008 13:57:00 +0200] rev 7095
patchbomb: consistently use opts.get
Sun, 12 Oct 2008 19:21:07 -0500 annotate: fix bug when annotating multiple files
Matt Mackall <mpm@selenic.com> [Sun, 12 Oct 2008 19:21:07 -0500] rev 7094
annotate: fix bug when annotating multiple files
Sun, 12 Oct 2008 15:21:08 -0500 dirstate: C parsing extension
Matt Mackall <mpm@selenic.com> [Sun, 12 Oct 2008 15:21:08 -0500] rev 7093
dirstate: C parsing extension
Sun, 12 Oct 2008 15:21:08 -0500 parsers: speed up hex decoding for manifests
Matt Mackall <mpm@selenic.com> [Sun, 12 Oct 2008 15:21:08 -0500] rev 7092
parsers: speed up hex decoding for manifests
Sun, 12 Oct 2008 15:21:08 -0500 parsers: clean up whitespace
Matt Mackall <mpm@selenic.com> [Sun, 12 Oct 2008 15:21:08 -0500] rev 7091
parsers: clean up whitespace
Sun, 12 Oct 2008 15:21:08 -0500 diff: pass contexts to status
Matt Mackall <mpm@selenic.com> [Sun, 12 Oct 2008 15:21:08 -0500] rev 7090
diff: pass contexts to status Allow status() to take contexts as well as nodes. This lets us avoid unpacking manifests multiple times and intelligently unpack manifests in revision order. Also, we can avoid unpacking manifests at all when there are no changes in the working directory.
Sun, 12 Oct 2008 15:21:08 -0500 revlog: fix heads performance regression
Matt Mackall <mpm@selenic.com> [Sun, 12 Oct 2008 15:21:08 -0500] rev 7089
revlog: fix heads performance regression
Sun, 12 Oct 2008 15:21:08 -0500 zeroconf: advertise a proper hostname for _hg services
Matt Mackall <mpm@selenic.com> [Sun, 12 Oct 2008 15:21:08 -0500] rev 7088
zeroconf: advertise a proper hostname for _hg services
Sun, 12 Oct 2008 15:21:08 -0500 zeroconf: use only first part of hostname for building local name
Matt Mackall <mpm@selenic.com> [Sun, 12 Oct 2008 15:21:08 -0500] rev 7087
zeroconf: use only first part of hostname for building local name
Sun, 12 Oct 2008 15:21:08 -0500 inotify: avoid status getting out of sync
Matt Mackall <mpm@selenic.com> [Sun, 12 Oct 2008 15:21:08 -0500] rev 7086
inotify: avoid status getting out of sync Always looking up oldstatus keeps us from failing to update our state when we disagree with the dirstate.
Sun, 12 Oct 2008 15:21:08 -0500 inotify: fixup rebuilding ignore
Matt Mackall <mpm@selenic.com> [Sun, 12 Oct 2008 15:21:08 -0500] rev 7085
inotify: fixup rebuilding ignore
Fri, 10 Oct 2008 12:08:49 -0500 inotify: add a test for lookup bug
Matt Mackall <mpm@selenic.com> [Fri, 10 Oct 2008 12:08:49 -0500] rev 7084
inotify: add a test for lookup bug
Fri, 10 Oct 2008 11:29:57 -0500 inotify: skip deactivation message
Matt Mackall <mpm@selenic.com> [Fri, 10 Oct 2008 11:29:57 -0500] rev 7083
inotify: skip deactivation message
Fri, 10 Oct 2008 11:29:30 -0500 inotify: fix confusion on files in lookup state
Matt Mackall <mpm@selenic.com> [Fri, 10 Oct 2008 11:29:30 -0500] rev 7082
inotify: fix confusion on files in lookup state
Sun, 12 Oct 2008 22:56:43 +0200 Add hgext.zeroconf to the package list so it gets installed by setup.py.
Augie Fackler <durin42@gmail.com> [Sun, 12 Oct 2008 22:56:43 +0200] rev 7081
Add hgext.zeroconf to the package list so it gets installed by setup.py.
Sun, 12 Oct 2008 19:11:59 +0200 tests: Windows compatibility fixes
Patrick Mezard <pmezard@gmail.com> [Sun, 12 Oct 2008 19:11:59 +0200] rev 7080
tests: Windows compatibility fixes - printenv.py, md5sum.py, simplemerge, test-archive, test-merge1, test-merge-symlinks: set standard streams to binary mode - test-encode: replace "gunzip" by "gzip -d" - test-hup: requires fifo
Sun, 12 Oct 2008 19:11:56 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 12 Oct 2008 19:11:56 +0200] rev 7079
Merge with crew-stable
Sat, 11 Oct 2008 16:40:59 +0200 test-doctest: remove TERM env variable only if it's there
Patrick Mezard <pmezard@gmail.com> [Sat, 11 Oct 2008 16:40:59 +0200] rev 7078
test-doctest: remove TERM env variable only if it's there
Sat, 11 Oct 2008 13:07:29 +0200 context: improve memctx documentation
Patrick Mezard <pmezard@gmail.com> [Sat, 11 Oct 2008 13:07:29 +0200] rev 7077
context: improve memctx documentation
Fri, 10 Oct 2008 15:53:49 +0300 churn: py2.3 compatibility fix
Alexander Solovyov <piranha@piranha.org.ua> [Fri, 10 Oct 2008 15:53:49 +0300] rev 7076
churn: py2.3 compatibility fix - generator expressions appeared in py2.4 - sort doesn't have any arguments except sorting function
Fri, 10 Oct 2008 13:20:40 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Fri, 10 Oct 2008 13:20:40 +0200] rev 7075
Merge with crew-stable
Fri, 10 Oct 2008 11:36:02 +0200 convert: properly encode subversion URLs (issue 1224)
Patrick Mezard <pmezard@gmail.com> [Fri, 10 Oct 2008 11:36:02 +0200] rev 7074
convert: properly encode subversion URLs (issue 1224)
Fri, 10 Oct 2008 11:32:38 +0200 convert: tolerate embedded spaces in filemap source revisions
Patrick Mezard <pmezard@gmail.com> [Fri, 10 Oct 2008 11:32:38 +0200] rev 7073
convert: tolerate embedded spaces in filemap source revisions
(0) -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip