Tue, 28 Apr 2009 17:17:54 +0200 Don't use sed -r; instead use old-style regexp
Martijn Pieters <mj@zopatista.com> [Tue, 28 Apr 2009 17:17:54 +0200] rev 8245
Don't use sed -r; instead use old-style regexp Rev d895158fe8af introduced some sed -r tests, but -r is only available on GNU sed, while BSD sed uses -E. Better to use old-style regular expressions, that way the tests work on all sed variants.
Tue, 28 Apr 2009 18:14:49 +0200 localrepo: Refactor var names in filecommit to improve readability.
Martijn Pieters <mj@zopatista.com> [Tue, 28 Apr 2009 18:14:49 +0200] rev 8244
localrepo: Refactor var names in filecommit to improve readability.
Wed, 29 Apr 2009 18:36:55 +0200 merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Wed, 29 Apr 2009 18:36:55 +0200] rev 8243
merge with crew-stable I pushed the dd1b47e17d7e to crew before realizing that it would also be suitable for crew-stable, hence the double changeset.
Wed, 29 Apr 2009 11:39:49 +0200 Fix typeerror when specifying both --rebase and --pull
Martijn Pieters <mj@zopatista.com> [Wed, 29 Apr 2009 11:39:49 +0200] rev 8242
Fix typeerror when specifying both --rebase and --pull
Wed, 29 Apr 2009 11:39:49 +0200 Fix typeerror when specifying both --rebase and --pull
Martijn Pieters <mj@zopatista.com> [Wed, 29 Apr 2009 11:39:49 +0200] rev 8241
Fix typeerror when specifying both --rebase and --pull
Tue, 28 Apr 2009 23:43:58 +0200 coal, paper: omit unneeded #l1 anchor in links
Martin Geisler <mg@lazybytes.net> [Tue, 28 Apr 2009 23:43:58 +0200] rev 8240
coal, paper: omit unneeded #l1 anchor in links
Tue, 28 Apr 2009 18:32:15 +0200 localrepo: corrected outdated comment
Martin Geisler <mg@lazybytes.net> [Tue, 28 Apr 2009 18:32:15 +0200] rev 8239
localrepo: corrected outdated comment
Tue, 28 Apr 2009 18:29:50 +0200 localrepo: fixed typos in comments
Martin Geisler <mg@lazybytes.net> [Tue, 28 Apr 2009 18:29:50 +0200] rev 8238
localrepo: fixed typos in comments
Tue, 28 Apr 2009 17:30:00 +0200 help: document nonempty template filter.
Martin Geisler <mg@lazybytes.net> [Tue, 28 Apr 2009 17:30:00 +0200] rev 8237
help: document nonempty template filter.
Tue, 28 Apr 2009 17:28:00 +0200 webcommands: move nonempty logic from JavaScript to Python
Martin Geisler <mg@lazybytes.net> [Tue, 28 Apr 2009 17:28:00 +0200] rev 8236
webcommands: move nonempty logic from JavaScript to Python This avoids hard-coding the '(none)' string in the JavaScript for each style and avoids the {nonexisting|nonempty} hack which only works since the template system don't complain about undefined variables.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip