log

age author description
Wed, 20 May 2009 18:35:41 +0200 Benoit Boissinot store: refactor the fncache handling
Wed, 20 May 2009 16:04:37 +0200 Jeremy Whitlock hgweb: make hgwebdir handle dict/list paths the same as config paths
Wed, 20 May 2009 02:08:53 +0200 Benoit Boissinot workingfilectx: always use the same filelog, even for renames
Wed, 20 May 2009 00:52:46 +0200 Martin Geisler use 'x is None' instead of 'x == None'
Wed, 20 May 2009 00:43:23 +0200 Martin Geisler patch: simplify Boolean expression slightly
Tue, 05 May 2009 10:29:34 +0200 Simon Heimberg mq: new method invalidate
Mon, 04 May 2009 03:35:42 +0200 Simon Heimberg mq: only read files when needed
Tue, 19 May 2009 23:02:17 +0200 Martin Geisler tests: replace #...# syntax with {...}
Fri, 15 May 2009 09:43:30 +0200 Simon Heimberg match: use self.exact instead of lambda
Thu, 14 May 2009 19:47:52 +0200 Simon Heimberg dirstate: use quicker matchfn() instead of match() everywhere
Tue, 19 May 2009 15:10:45 +0200 Dirkjan Ochtman patchbomb: don't localize Date headers
Tue, 19 May 2009 14:14:07 +0200 Benoit Boissinot alias: a0104303f400 did not correctly handle whitespace in the args
Tue, 19 May 2009 03:59:58 +0200 Benoit Boissinot update --clean: do not unlink added files (issue575)
Sun, 17 May 2009 16:25:48 +0200 Martin Geisler templater: lowercase error message
Tue, 19 May 2009 09:57:06 +0200 Simon Heimberg util: use set instead of dict