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