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
(0) -3000 -1000 -300 -100 -15 +15 +100 +300 +1000 +3000 +10000 +30000 tip