log hgext/keyword.py @ 13028:687006f06e00

age author description
Mon, 22 Nov 2010 17:39:46 +0100 Martin Geisler merge with stable
Mon, 22 Nov 2010 16:05:31 +0100 Christian Ebert keyword: s/config/configuration/ in help stable
Thu, 04 Nov 2010 22:56:38 +0000 Christian Ebert keyword: turn regexes and escaped keywords into a propertycache
Wed, 03 Nov 2010 14:37:41 +0100 Christian Ebert keyword: function to look up changectx for expansion
Sun, 24 Oct 2010 15:11:41 +0100 Christian Ebert keyword: fix regressions introduced in d87f3ff904ba stable
Thu, 14 Oct 2010 22:53:17 +0200 Christian Ebert keyword: only use expensive fctx.cmp when needed
Tue, 12 Oct 2010 12:49:23 +0100 Christian Ebert keyword: code cleanup
Tue, 27 Jul 2010 23:07:30 +0900 Nicolas Dumazet filectx: use ctx.size comparisons to speed up ctx.cmp
Sun, 10 Oct 2010 00:38:57 +0100 Christian Ebert keyword: enforce subn method via boolean switch
Sun, 10 Oct 2010 00:30:09 +0100 Christian Ebert keyword: fix weeding of expansion candidates when recording
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: switch kwtemplater.record in kw_dorecord()
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: specific regular expressions depending on read mode
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: disable expansion in kwfilelog.read() if file renamed in node
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: make iskwfile() a weeding method in lieu of a boolean
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: support copy and rename
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: refactor kwtemplater.overwrite()
Fri, 01 Oct 2010 02:13:31 +0200 Christian Ebert keyword: use workingctx to detect modified and added files after rollback
Fri, 01 Oct 2010 02:13:31 +0200 Christian Ebert keyword: rename variable "cfiles" to "changed" for clarity
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert keyword: support rollback by restoring expansion to previous values
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert keyword: do not expand at all during diff
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert keyword: restore restricted read mode value after overwriting
Thu, 23 Sep 2010 16:31:38 +0200 Christian Ebert Use more note admonitions in help texts
Fri, 10 Sep 2010 20:19:16 +0200 Martin Geisler merge with stable
Fri, 10 Sep 2010 16:58:13 +0200 Christian Ebert keyword: explain file-wise expansion in help stable
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler diff: recurse into subrepositories with --subrepos/-S flag
Sun, 25 Jul 2010 21:20:05 -0500 Matt Mackall Merge with stable
Sun, 25 Jul 2010 20:01:33 -0500 Christian Ebert keyword: move collecting of [keyword] patterns to reposetup (issue2303) stable
Thu, 15 Jul 2010 10:24:31 +0200 Christian Ebert keyword: add extra datefilters in a single update call
Tue, 15 Jun 2010 17:15:31 +0200 Christian Ebert keyword: postpone manifest calculation in kwtemplater.overwrite
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options