log hgext/keyword.py @ 12605:aa4a6e3ed0c9

age author description
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
Wed, 09 Jun 2010 12:45:48 +0100 Christian Ebert keyword: pass context to kwtemplater.overwrite
Mon, 07 Jun 2010 20:03:32 +0200 Dirkjan Ochtman move working dir/dirstate methods from localrepo to workingctx
Thu, 03 Jun 2010 10:37:31 +0100 Christian Ebert keyword: use context to detect uncommitted merge
Tue, 01 Jun 2010 03:45:10 +0200 Christian Ebert keyword: retrieve added and modified files from commitctx
Tue, 01 Jun 2010 01:05:45 +0200 Christian Ebert keyword: force dirstate normal when all changes in a file are recorded
Wed, 19 May 2010 00:45:50 +0200 Christian Ebert keyword: offer svn-like default keywordmaps
Tue, 18 May 2010 22:16:38 +0200 Christian Ebert keyword: add 2 svn-like date filters
Tue, 18 May 2010 16:31:10 +0200 Martin Geisler Use our custom hg reStructuredText role some more
Sun, 09 May 2010 11:14:43 +0200 Christian Ebert keyword: support extensions using dorecord, e.g. crecord
Wed, 05 May 2010 14:02:45 +0200 Christian Ebert keyword: omit setting extra variable for record context
Sat, 01 May 2010 23:59:39 +0200 Christian Ebert keyword: simplify record switch in kwtemplater.overwrite
Mon, 26 Apr 2010 04:01:07 +0200 Christian Ebert keyword: support (q)record
Mon, 26 Apr 2010 03:54:18 +0200 Christian Ebert keyword: remove mq commands from restricted list
Thu, 22 Apr 2010 10:24:49 +0200 Martin Geisler Use hg role in help strings
Sat, 17 Apr 2010 13:38:42 -0500 Augie Fackler keyword: monkeypatch patch so that optional args can be passed as kwargs
Mon, 12 Apr 2010 17:34:12 +0200 Christian Ebert keyword: make the templater a local variable