hgkw/keyword.py
Tue, 05 Feb 2008 18:40:32 +0100 Christian Ebert Make nokwcommands, restricted string variables at top level stable
Tue, 05 Feb 2008 18:38:00 +0100 Christian Ebert Split line continuation in 2 steps (style) stable
Tue, 05 Feb 2008 18:36:23 +0100 Christian Ebert Add empty_ok argument to kwrepo.commit stable
Tue, 05 Feb 2008 18:33:55 +0100 Christian Ebert Allow keyword expansion on clone stable
Tue, 05 Feb 2008 17:23:24 +0100 Christian Ebert (0.9.2compat) expand keywords in raw web output, and other changes from default branch 0.9.2compat
Tue, 05 Feb 2008 16:13:15 +0100 Christian Ebert Fix web output: expand to requested rev; kwcat: wrap cat, avoid filelog subclass
Tue, 05 Feb 2008 12:22:48 +0100 Christian Ebert Expand keywords in hgweb rawfile output
Thu, 31 Jan 2008 01:06:49 +0100 Christian Ebert (0.9.2compat) use templatefilters module if available; bail out in mq dir 0.9.2compat
Tue, 05 Feb 2008 08:04:50 +0100 Christian Ebert Disable expansion in mq directory; add test for qcommit
Fri, 01 Feb 2008 00:48:37 +0100 Christian Ebert Adapt to templatefilters module splitoff
Thu, 31 Jan 2008 14:44:19 -0600 Matt Mackall templates: move filters to their own module stable
Thu, 31 Jan 2008 14:34:45 +0100 Christian Ebert (0.9.2compat) clean import handling when patchfile class available 0.9.2compat
Wed, 30 Jan 2008 10:38:10 +0100 Christian Ebert (0.9.2compat) restructure based on wwread/wwrite methods as in default branch 0.9.2compat
Wed, 30 Jan 2008 01:24:10 +0100 Christian Ebert Handle LookupError eg. for hg convert
Tue, 29 Jan 2008 21:15:57 +0100 Christian Ebert Add empty_ok argument to commit
Tue, 29 Jan 2008 17:32:25 +0100 Christian Ebert Implement kwcat command
Tue, 29 Jan 2008 17:32:15 +0100 Christian Ebert Make kwtemplater kwrepo attribute instead of global variable
Tue, 29 Jan 2008 17:32:10 +0100 Christian Ebert Refactor overriding wread, wwrite, wwritedata repo methods
Fri, 25 Jan 2008 21:42:52 +0000 Christian Ebert (0.9.2compat) fix external hook as in default branch 0.9.2compat
Fri, 25 Jan 2008 17:31:55 +0000 Christian Ebert Return silently when external command triggers error
Wed, 23 Jan 2008 12:33:24 +0100 Christian Ebert (0.9.2compat) implement external call handle and hook 0.9.2compat
Wed, 23 Jan 2008 12:31:41 +0100 Christian Ebert Implement handle and hook for external callers
Wed, 23 Jan 2008 11:38:22 +0100 Christian Ebert Get changes from default branch; update test output 0.9.2compat
Wed, 23 Jan 2008 11:36:37 +0100 Christian Ebert Detect restricted commands thru variable
Wed, 23 Jan 2008 09:53:40 +0100 Christian Ebert Improve use of dictionaries
Wed, 23 Jan 2008 10:02:57 +0100 Christian Ebert bugfix: avoid expansion with qfold
Sun, 20 Jan 2008 14:31:00 +0100 Christian Ebert Prefer item in dict over dict.has_key(item)
Sat, 19 Jan 2008 18:26:17 +0100 Christian Ebert (0.9.2compat) get mq support, improved diff output from default branch 0.9.2compat
Wed, 16 Jan 2008 11:22:16 +0100 Christian Ebert Avoid extra diffs when not comparing against working dir
Tue, 15 Jan 2008 13:19:23 +0100 Christian Ebert Implement support for mq; handle (q)record more gracefully
Mon, 14 Jan 2008 15:21:57 +0100 Christian Ebert (0.9.2compat) get changes from default branch 0.9.2compat
Fri, 11 Jan 2008 14:41:22 +0100 Christian Ebert Fix some doc strings; update copyright
Wed, 09 Jan 2008 12:52:59 +0100 Christian Ebert (0.9.2compat) Get bugfix from default branch 0.9.2compat
Wed, 09 Jan 2008 11:07:42 +0100 Christian Ebert Suppress keyword expansion for log commands
Wed, 09 Jan 2008 05:13:22 +0100 Christian Ebert fix: only set general changenode for kwtemplater when committing
Mon, 07 Jan 2008 12:02:23 +0100 Christian Ebert (0.9.2compat) obtain simplifications from default branch 0.9.2compat
Mon, 07 Jan 2008 11:48:51 +0100 Christian Ebert Just add unknown kwfiles candidates when untracked option is given
Mon, 07 Jan 2008 11:27:41 +0100 Christian Ebert Simplify temporary ui.quiet setting in kwdemo
Fri, 04 Jan 2008 17:16:13 +0100 Christian Ebert (0.9.2compat) get backwards compatible changes from default branch 0.9.2compat
Wed, 02 Jan 2008 16:42:17 +0100 Christian Ebert Compress kwfstats intitialization
Wed, 02 Jan 2008 16:31:49 +0100 Christian Ebert Always opts.get to be on safe side
Tue, 01 Jan 2008 19:16:13 +0100 Christian Ebert Make command line check even more private
Sat, 29 Dec 2007 18:45:47 +0100 Christian Ebert Turn patch.patchfile.__init__ monkeypatch into a wrapper
Fri, 21 Dec 2007 00:40:25 +0100 Christian Ebert Avoid import and merge conflicts caused by expanded keywords
Thu, 20 Dec 2007 22:15:43 +0100 Christian Ebert Do not pass global _kwtemplater around in arguments
Mon, 17 Dec 2007 16:43:26 +0100 Christian Ebert (0.9.2compat) use updated fancyopts from 88803a69b24a 0.9.2compat
Tue, 04 Dec 2007 09:56:12 +0100 Christian Ebert (0.9.2compat) implement context based changes from default branch 0.9.2compat
Sun, 02 Dec 2007 08:32:19 +0100 Christian Ebert Reintroduce _iskwfile with link method as argument
Sun, 02 Dec 2007 08:15:36 +0100 Christian Ebert Make path format output switches more compact
Sun, 02 Dec 2007 08:00:31 +0100 Christian Ebert Set kwtemplater.path at kwfilelog initialization
Sat, 01 Dec 2007 20:31:13 +0100 Christian Ebert Refactor to initialize kwtemplater only once during reposetup
Sat, 01 Dec 2007 13:15:13 +0100 Christian Ebert Rename kwtemplater.t to kwtemplater.ct
Sat, 01 Dec 2007 09:52:00 +0100 Christian Ebert Do not run commit hooks if there is no node
Mon, 26 Nov 2007 12:52:54 +0100 Christian Ebert (0.9.2compat) do not bother about debug templates 0.9.2compat
Mon, 26 Nov 2007 12:29:23 +0100 Christian Ebert Make match object function private to kwtemplater.substitute
Mon, 26 Nov 2007 12:24:16 +0100 Christian Ebert Do not bother about debug templates
Wed, 14 Nov 2007 13:36:41 +0100 Christian Ebert (0.9.2compat) kwfiles print code similar to commands.status 0.9.2compat
Wed, 14 Nov 2007 13:32:33 +0100 Christian Ebert kwfiles print code similar to commands.status
Tue, 13 Nov 2007 02:06:38 +0100 Christian Ebert Rearrange commit hook hack
Sun, 11 Nov 2007 11:29:50 +0100 Christian Ebert Commit hook handling entirely into if-condition
less more (0) -100 -60 tip