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.
Martin Geisler <mg@lazybytes.net> [Wed, 22 Apr 2009 00:56:06 +0200] rev 8151
util: use built-in set instead of util.unique
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.
Patrick Mezard <pmezard@gmail.com> [Fri, 24 Apr 2009 10:43:12 +0200] rev 8149
Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Fri, 24 Apr 2009 10:34:11 +0200] rev 8148
convert/bzr: fix symlink handling (
issue1626)
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.
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.
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.
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8144
ui: introduce new config parser
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8143
ui: simplify init, kill dupconfig
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
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8141
ui: cleanup _is_trusted a bit
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8140
ui: simplify parent overlay logic
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8139
ui: always have ucdata
simplify readconfig logic
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8138
ui: fold verbosity_constraints into fixconfig, simplify
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8137
ui: kill updateopts
Move setconfig into dispatch._parseconfig
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.
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8135
ui: kill redundant call to verbosity_constraints
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8134
ui: always have an overlay
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8133
ui: kill check_trusted
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:40:10 -0500] rev 8132
ui: move _isatty near user
Alexander Solovyov <piranha@piranha.org.ua> [Mon, 13 Apr 2009 21:23:52 +0300] rev 8131
zeroconf: don't fail on non-local names
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:39:54 -0500] rev 8130
Merge with stable
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:39:41 -0500] rev 8129
Merge with crew
Matt Mackall <mpm@selenic.com> [Thu, 23 Apr 2009 15:25:27 -0500] rev 8128
Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Thu, 23 Apr 2009 16:52:25 +0200] rev 8127
Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Thu, 23 Apr 2009 15:07:05 +0200] rev 8126
convert/bzr: handle files replaced by directories (
issue1623)
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)
Patrick Mezard <pmezard@gmail.com> [Wed, 22 Apr 2009 10:25:05 +0200] rev 8124
convert/mtn: handle directory move into moved directory (
issue1619/3)
Patrick Mezard <pmezard@gmail.com> [Tue, 21 Apr 2009 22:31:16 +0200] rev 8123
convert/mtn: handle files moved in a moved directory (
issue1619/2)