Sun, 26 Apr 2009 16:49:47 -0500 Merge with crew-stable
Matt Mackall <mpm@selenic.com> [Sun, 26 Apr 2009 16:49:47 -0500] rev 8177
Merge with crew-stable
Sun, 26 Apr 2009 14:20:41 -0700 transplant: forbid transplant to nonempty repositories with no working directory.
Brendan Cully <brendan@kublai.com> [Sun, 26 Apr 2009 14:20:41 -0700] rev 8176
transplant: forbid transplant to nonempty repositories with no working directory. Partially undoes d3fb413667e5.
Sun, 26 Apr 2009 13:36:08 -0700 ui.isatty() accesses sys.stdin, causing mod_wsgi to throw IOError.
Benjamin Wohlwend <bw@piquadrat.ch> [Sun, 26 Apr 2009 13:36:08 -0700] rev 8175
ui.isatty() accesses sys.stdin, causing mod_wsgi to throw IOError.
Fri, 24 Apr 2009 18:17:42 +0200 hg: allow hg.parseurl(url, None)
Martijn Pieters <mj@zopatista.com> [Fri, 24 Apr 2009 18:17:42 +0200] rev 8174
hg: allow hg.parseurl(url, None) In many places hg.parseurl is called with a url and "opts.get('rev')", suggesting the second, optional argument can be None. Because opts['rev'] usually defaults to [] this never happens in practice. However, extensions don't necessarily behave the same, but do copy this pattern. Also, include wider hg.parseurl tests, beyond a demonstration of the problem.
Fri, 24 Apr 2009 17:00:18 -0500 transplant: remove the restriction that the destination be nonempty.
Jacob Lee <artdent@gmail.com> [Fri, 24 Apr 2009 17:00:18 -0500] rev 8173
transplant: remove the restriction that the destination be nonempty. Test fixed by Patrick Mezard <pmezard@gmail.com>
Sat, 25 Apr 2009 21:27:47 +0800 Fix subversion convert not detecting empty changesets.
Francis Barber <fedora@barber-family.id.au> [Sat, 25 Apr 2009 21:27:47 +0800] rev 8172
Fix subversion convert not detecting empty changesets. Need to check for the empty as list as well as None.
Sun, 19 Apr 2009 13:12:20 -0400 cvsps: fix crash when log message refers to non-existent branch (issue1615).
Greg Ward <greg-hg@gerg.ca> [Sun, 19 Apr 2009 13:12:20 -0400] rev 8171
cvsps: fix crash when log message refers to non-existent branch (issue1615).
Sun, 19 Apr 2009 12:20:39 -0400 cvsps: add test for merge detection (issue1615).
Greg Ward <greg-hg@gerg.ca> [Sun, 19 Apr 2009 12:20:39 -0400] rev 8170
cvsps: add test for merge detection (issue1615). Currently only testing convert.cvsps.mergefrom; this script should also probably test convert.cvsps.mergeto.
Sun, 26 Apr 2009 16:30:37 +0200 convert/cvs: add an option to disable remote log caching
Patrick Mezard <pmezard@gmail.com> [Sun, 26 Apr 2009 16:30:37 +0200] rev 8169
convert/cvs: add an option to disable remote log caching Useful for debugging or testing when using --tmpdir.
Sun, 26 Apr 2009 14:49:49 +0200 tests: removed redundant "-u test" from test scripts
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 14:49:49 +0200] rev 8168
tests: removed redundant "-u test" from test scripts The tests are executed with a .hgrc file which adds "-u test" by default.
Sun, 26 Apr 2009 14:29:02 +0200 tests: removed redundant "-d '0 0'" from test scripts
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 14:29:02 +0200] rev 8167
tests: removed redundant "-d '0 0'" from test scripts The tests are executed with a .hgrc file which adds "-d '0 0'" by default.
Sun, 26 Apr 2009 11:49:17 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 26 Apr 2009 11:49:17 +0200] rev 8166
Merge with crew-stable
Sun, 26 Apr 2009 11:35:53 +0200 convert/bzr: make it work with filemaps (issue1631)
Patrick Mezard <pmezard@gmail.com> [Sun, 26 Apr 2009 11:35:53 +0200] rev 8165
convert/bzr: make it work with filemaps (issue1631) The bzr converter maintains a child -> parents mapping and drop entries whenever a child is read. It does not work with filemaps, getchangedfiles() may be called more than once when filtered files belong to merge revisions. getchanges() still works that way but it is not clear whether a similar issue can arise when interacting with merges.
Sat, 25 Apr 2009 22:26:39 +0200 verify: combine sets instead of concatenating lists
Martin Geisler <mg@lazybytes.net> [Sat, 25 Apr 2009 22:26:39 +0200] rev 8164
verify: combine sets instead of concatenating lists
Sat, 25 Apr 2009 22:25:49 +0200 rebase, revlog: use set(x) instead of set(x.keys())
Martin Geisler <mg@lazybytes.net> [Sat, 25 Apr 2009 22:25:49 +0200] rev 8163
rebase, revlog: use set(x) instead of set(x.keys()) The latter is both unnecessary and slower.
Wed, 15 Apr 2009 10:33:58 -0500 monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com> [Wed, 15 Apr 2009 10:33:58 -0500] rev 8162
monoblue: Fix indentation and other styling in the annotation view.
Wed, 22 Apr 2009 15:49:33 +0200 run-tests: cosmetics
Simon Heimberg <simohe@besonet.ch> [Wed, 22 Apr 2009 15:49:33 +0200] rev 8161
run-tests: cosmetics
Thu, 23 Apr 2009 08:39:27 +0200 patchbomb: add user agent header to mails
Henrik Stuart <hg@hstuart.dk> [Thu, 23 Apr 2009 08:39:27 +0200] rev 8160
patchbomb: add user agent header to mails
Fri, 24 Apr 2009 19:39:27 +0200 help: document stripdir template filter
Martin Geisler <mg@lazybytes.net> [Fri, 24 Apr 2009 19:39:27 +0200] rev 8159
help: document stripdir template filter
Fri, 24 Apr 2009 18:37:44 +0200 templatefilters: add new stripdir filter
Aleix Conchillo Flaque <aleix@member.fsf.org> [Fri, 24 Apr 2009 18:37:44 +0200] rev 8158
templatefilters: add new stripdir filter Adds a new template filter for removing directory levels from a string. Examples: {foo|stripdir} -> 'foo' {foo/bar|stripdir} -> 'foo' {foo/bar/more|stripdir} -> 'foo/bar' {foo/bar/more|stripdir|stripdir} -> 'foo'
Fri, 24 Apr 2009 18:47:15 +0200 context: use Python 2.4 decorator syntax
Martin Geisler <mg@lazybytes.net> [Fri, 24 Apr 2009 18:47:15 +0200] rev 8157
context: use Python 2.4 decorator syntax
Fri, 24 Apr 2009 17:32:18 +0200 localrepo: use sets in findcommonincoming
Martin Geisler <mg@lazybytes.net> [Fri, 24 Apr 2009 17:32:18 +0200] rev 8156
localrepo: use sets in findcommonincoming
Fri, 24 Apr 2009 17:32:18 +0200 strutil: removed rsplit
Martin Geisler <mg@lazybytes.net> [Fri, 24 Apr 2009 17:32:18 +0200] rev 8155
strutil: removed rsplit
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)
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip