hgkw/keyword.py
Fri, 26 Jan 2007 12:10:53 +0000 Christian Ebert No reposetup when no filenames are specified for expansion kwmap-templates
Tue, 23 Jan 2007 15:13:51 +0000 Christian Ebert Add licence (again) kwmap-templates
Tue, 23 Jan 2007 15:13:02 +0000 Christian Ebert Put .hg* files in exclusion list at declaration kwmap-templates
Sun, 21 Jan 2007 05:04:17 +0100 Christian Ebert Prepare test: split doc into help and comment kwmap-templates
Sat, 20 Jan 2007 22:18:57 +0100 Christian Ebert Be silent if no filenames are configured for expansion kwmap-templates
Sat, 20 Jan 2007 01:55:22 +0100 Christian Ebert Kill buggy branch kwmap-templates
Sat, 20 Jan 2007 01:52:17 +0100 Christian Ebert FIX: no appending of attributes to repo, back to b2cc6a8d4a18 kwmap-templates
Sat, 20 Jan 2007 00:55:31 +0100 Christian Ebert Describe substitution mechanism in doc kwmap-templates
Sat, 20 Jan 2007 00:54:03 +0100 Christian Ebert Debug info, not warning, when no files configured for expansion kwmap-templates
Thu, 18 Jan 2007 03:36:40 +0100 Christian Ebert Cycle filename patterns only once kwmap-templates
Thu, 18 Jan 2007 02:17:10 +0100 Christian Ebert Get modulename via function; set kwrepo attribs via direct reference kwmap-templates
Thu, 18 Jan 2007 01:50:18 +0100 Christian Ebert Move all that can be done only once per repo into reposetup kwmap-templates
Thu, 18 Jan 2007 00:06:11 +0100 Christian Ebert Extend templater.common_filters in kwtemplater kwmap-templates
Wed, 17 Jan 2007 23:55:54 +0100 Christian Ebert Document reposetup; recommend loading on per-repo basis kwmap-templates
Tue, 16 Jan 2007 19:17:54 +0100 Christian Ebert Implement configurable exclusion of files from expansion kwmap-templates
Tue, 16 Jan 2007 15:45:57 +0100 Christian Ebert Only initialize kwtemplater in kwfilelog if needed kwmap-templates
Tue, 16 Jan 2007 12:09:37 +0100 Christian Ebert Use full power of util.matcher for kwfmatches() kwmap-templates
Tue, 16 Jan 2007 05:02:38 +0100 Christian Ebert Simply dict() keywordmaps configitems kwmap-templates
Tue, 16 Jan 2007 03:14:40 +0100 Christian Ebert Emergency brake against multiline expansion kwmap-templates
Tue, 16 Jan 2007 01:04:46 +0100 Christian Ebert More doc, link to KeywordPlan kwmap-templates
Mon, 15 Jan 2007 20:18:43 +0100 Christian Ebert No need to read changelog in show(); node mandatory arg for expand() kwmap-templates
Mon, 15 Jan 2007 19:41:18 +0100 Christian Ebert Just re-bin the node kwarg of the hook, instead of using changelog kwmap-templates
Mon, 15 Jan 2007 15:41:59 +0100 Christian Ebert Same as for hardcoded branch: omit hooktype test, return w/o explicit value kwmap-templates
Mon, 15 Jan 2007 15:38:36 +0100 Christian Ebert Omit hook test; return w/o explicit value (==False) self_initializing_hook
Sun, 14 Jan 2007 18:38:30 +0100 Christian Ebert No clumsy setting of node in kwfilelog.add, pass as kwarg kwmap-templates
Sun, 14 Jan 2007 14:00:45 +0100 Christian Ebert Expansion entirely in kwfilectx.expand() self_initializing_hook
Sun, 14 Jan 2007 12:56:52 +0100 Christian Ebert Implement custom keyword map templates in hgrc kwmap-templates
Sun, 14 Jan 2007 12:39:23 +0100 Christian Ebert Indentation cosmetics self_initializing_hook
Sat, 13 Jan 2007 13:27:13 +0100 Christian Ebert Clean keyword arg assignment in kwfilelog.add; rename utc() to utcdate() self_initializing_hook
Fri, 12 Jan 2007 13:58:59 +0100 Christian Ebert Init context.filectx only once per file with class kwfilectx self_initializing_hook
Fri, 12 Jan 2007 01:41:33 +0100 Christian Ebert Very CVS-like format self_initializing_hook
Fri, 12 Jan 2007 01:20:51 +0100 Christian Ebert Functions instead of variables in kwexpand() self_initializing_hook
Thu, 11 Jan 2007 10:37:50 +0100 Christian Ebert Module detection cleaner and more reliable self_initializing_hook
Thu, 11 Jan 2007 02:22:56 +0100 Christian Ebert Only extend sys.path if needed self_initializing_hook
Wed, 10 Jan 2007 18:52:09 +0100 Christian Ebert Discard head of modular branch self_initializing_hook
Wed, 10 Jan 2007 16:27:46 +0100 Christian Ebert Make pretxncommit hook work even if extension not in hgext folder self_initializing_hook
Tue, 09 Jan 2007 16:17:30 +0100 Christian Ebert Cosmetics: var name kwfmatchers, remove some line continuations self_initializing_hook
Mon, 08 Jan 2007 18:32:46 +0100 Christian Ebert Add keyword; comment backwards compatible import self_initializing_hook
Mon, 08 Jan 2007 18:27:18 +0100 Christian Ebert Implement self initializing pretxncommit hook self_initializing_hook
Mon, 08 Jan 2007 17:03:08 +0100 Christian Ebert Fix timezone expando in doc solo-extension
Mon, 08 Jan 2007 13:07:52 +0100 Christian Ebert Make changes from last cset 474b415433a1 available to 0.9.3 0.9.3-compat
Mon, 08 Jan 2007 12:54:31 +0100 Christian Ebert Unexpanded storage hopefully covered now by adding kwfilelog.add (again!) solo-extension
Mon, 08 Jan 2007 05:47:52 +0100 Christian Ebert Check against keyword config in kwfilelog.cmp; be silent in kwfilelog (0.9.3) 0.9.3-compat
Mon, 08 Jan 2007 05:40:34 +0100 Christian Ebert Check against keyword config in kwfilelog.cmp too; be silent in kwfilelog solo-extension
Mon, 08 Jan 2007 03:08:24 +0100 Christian Ebert Keyword myself 0.9.3 0.9.3-compat
Mon, 08 Jan 2007 03:05:22 +0100 Christian Ebert Keyword myself solo-extension
Mon, 08 Jan 2007 02:51:38 +0100 Christian Ebert Branch for compatibility with hg-0.9.3 release 0.9.3-compat
Mon, 08 Jan 2007 02:13:04 +0100 Christian Ebert Fix indent in entire kwrepo.commit function solo-extension
Sun, 07 Jan 2007 21:51:57 +0100 Christian Ebert No keyword substitution in cmp(); no overriding of size() ATM solo-extension
Sat, 06 Jan 2007 14:34:49 +0100 Christian Ebert Pure extension by inserting keyword expansion localrepo.localrepository.commit solo-extension
Fri, 05 Jan 2007 14:51:58 +0100 Christian Ebert Remove copyright for the moment solo-extension
Fri, 05 Jan 2007 14:51:10 +0100 Christian Ebert Remove kwfilelog.add() -- seems to work with current kw_re solo-extension
Thu, 04 Jan 2007 14:18:15 +0100 Christian Ebert Make kwfilelog.add respect filename config solo-extension
Thu, 04 Jan 2007 13:13:54 +0100 Christian Ebert Unify obtaining filename matchers; only debug messages solo-extension
Wed, 03 Jan 2007 14:14:19 +0100 Christian Ebert Imports specific to functions solo-extension
Sat, 30 Dec 2006 23:21:09 +0100 Christian Ebert Omit 1 implicit if-clause solo-extension
Fri, 29 Dec 2006 17:23:55 +0100 Christian Ebert Remove more internal comments solo-extension
Fri, 29 Dec 2006 16:58:19 +0100 Christian Ebert List supported keywords in doc solo-extension
Fri, 29 Dec 2006 16:34:01 +0100 Christian Ebert Only 1 all-purpose regex, compiled at load solo-extension
Fri, 29 Dec 2006 15:36:50 +0100 Christian Ebert lambda m: instead of kwexpander(matchobj) solo-extension
less more (0) -60 tip