Fri, 24 Apr 2009 17:32:18 +0200 notify: turned a set-like dict into a real set
Martin Geisler <mg@lazybytes.net> [Fri, 24 Apr 2009 17:32:18 +0200] rev 8154
notify: turned a set-like dict into a real set
Wed, 22 Apr 2009 20:51:20 +0200 revlog: let nodestotag be a set instead of a list
Martin Geisler <mg@lazybytes.net> [Wed, 22 Apr 2009 20:51:20 +0200] rev 8153
revlog: let nodestotag be a set instead of a list
Wed, 22 Apr 2009 00:57:28 +0200 replace set-like dictionaries with real sets
Martin Geisler <mg@lazybytes.net> [Wed, 22 Apr 2009 00:57:28 +0200] rev 8152
replace set-like dictionaries with real sets Many of the dictionaries created by dict.fromkeys were emulating sets. These can now be replaced with real sets.
Wed, 22 Apr 2009 00:56:06 +0200 util: use built-in set instead of util.unique
Martin Geisler <mg@lazybytes.net> [Wed, 22 Apr 2009 00:56:06 +0200] rev 8151
util: use built-in set instead of util.unique
Wed, 22 Apr 2009 00:55:32 +0200 util: use built-in set and frozenset
Martin Geisler <mg@lazybytes.net> [Wed, 22 Apr 2009 00:55:32 +0200] rev 8150
util: use built-in set and frozenset This drops Python 2.3 compatibility.
Fri, 24 Apr 2009 10:43:12 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Fri, 24 Apr 2009 10:43:12 +0200] rev 8149
Merge with crew-stable
Fri, 24 Apr 2009 10:34:11 +0200 convert/bzr: fix symlink handling (issue1626)
Patrick Mezard <pmezard@gmail.com> [Fri, 24 Apr 2009 10:34:11 +0200] rev 8148
convert/bzr: fix symlink handling (issue1626)
Fri, 24 Apr 2009 00:06:01 -0700 win32text: be more careful about rejecting violating changesets
Bryan O'Sullivan <bos@serpentine.com> [Fri, 24 Apr 2009 00:06:01 -0700] rev 8147
win32text: be more careful about rejecting violating changesets We now try to walk changesets in reverse order from newest to oldest, so that if we see a file multiple times, we treat the newest version as canonical. This should prevent us from rejecting a changegroup that contains an unacceptable commit followed later by a commit that fixes the problem.
Thu, 23 Apr 2009 15:40:10 -0500 keepalive: attempt to fix issue1003
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8146
keepalive: attempt to fix issue1003 This is a reimport of the relevant piece of the upstream urlgrabber, which appears to be more correct.
Thu, 23 Apr 2009 15:40:10 -0500 test-archive: silence stupid messages from GNU tar
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8145
test-archive: silence stupid messages from GNU tar Recent versions of GNU tar have apparently decided they're old enough that it's ok for them to prattle on senselessly about things no one cares about without anyone objecting. We object; apply duct tape.
Thu, 23 Apr 2009 15:40:10 -0500 ui: introduce new config parser
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8144
ui: introduce new config parser
Thu, 23 Apr 2009 15:40:10 -0500 ui: simplify init, kill dupconfig
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8143
ui: simplify init, kill dupconfig
Thu, 23 Apr 2009 15:40:10 -0500 ui: fold readsections into readconfig
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8142
ui: fold readsections into readconfig readconfig now reads only single files readconfig takes an optional list of sections readconfig trusts files we're looking for sections in
Thu, 23 Apr 2009 15:40:10 -0500 ui: cleanup _is_trusted a bit
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8141
ui: cleanup _is_trusted a bit
Thu, 23 Apr 2009 15:40:10 -0500 ui: simplify parent overlay logic
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8140
ui: simplify parent overlay logic
Thu, 23 Apr 2009 15:40:10 -0500 ui: always have ucdata
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8139
ui: always have ucdata simplify readconfig logic
Thu, 23 Apr 2009 15:40:10 -0500 ui: fold verbosity_constraints into fixconfig, simplify
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8138
ui: fold verbosity_constraints into fixconfig, simplify
Thu, 23 Apr 2009 15:40:10 -0500 ui: kill updateopts
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8137
ui: kill updateopts Move setconfig into dispatch._parseconfig
Thu, 23 Apr 2009 15:40:10 -0500 ui: refactor option setting
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8136
ui: refactor option setting No more passing options as constructor keywords. Basic options are now always stored in the overlay for simplicity and consistency.
Thu, 23 Apr 2009 15:40:10 -0500 ui: kill redundant call to verbosity_constraints
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8135
ui: kill redundant call to verbosity_constraints
Thu, 23 Apr 2009 15:40:10 -0500 ui: always have an overlay
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8134
ui: always have an overlay
Thu, 23 Apr 2009 15:40:10 -0500 ui: kill check_trusted
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8133
ui: kill check_trusted
Thu, 23 Apr 2009 15:40:10 -0500 ui: move _isatty near user
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8132
ui: move _isatty near user
Mon, 13 Apr 2009 21:23:52 +0300 zeroconf: don't fail on non-local names
Alexander Solovyov <piranha@piranha.org.ua> [Mon, 13 Apr 2009 21:23:52 +0300] rev 8131
zeroconf: don't fail on non-local names
Thu, 23 Apr 2009 15:39:54 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:39:54 -0500] rev 8130
Merge with stable
Thu, 23 Apr 2009 15:39:41 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:39:41 -0500] rev 8129
Merge with crew
Thu, 23 Apr 2009 15:25:27 -0500 Merge with crew-stable
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:25:27 -0500] rev 8128
Merge with crew-stable
Thu, 23 Apr 2009 16:52:25 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Thu, 23 Apr 2009 16:52:25 +0200] rev 8127
Merge with crew-stable
Thu, 23 Apr 2009 15:07:05 +0200 convert/bzr: handle files replaced by directories (issue1623)
Patrick Mezard <pmezard@gmail.com> [Thu, 23 Apr 2009 15:07:05 +0200] rev 8126
convert/bzr: handle files replaced by directories (issue1623)
Thu, 23 Apr 2009 08:45:44 +0200 convert/mtn: mtn does not record timezones, mark dates as UTC (issue1624)
Paul Aurich <paul@darkrain42.org> [Thu, 23 Apr 2009 08:45:44 +0200] rev 8125
convert/mtn: mtn does not record timezones, mark dates as UTC (issue1624)
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip