hgkw/keyword.py
Wed, 06 Feb 2008 11:32:34 +0100 Christian Ebert Fix filewise expansion for hgweb
Tue, 05 Feb 2008 16:09:21 -0600 Matt Mackall keyword: fix my string pasting thinko stable
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
Sat, 10 Nov 2007 14:33:15 +0100 Christian Ebert (0.9.2compat) update doc strings 0.9.2compat
Sat, 10 Nov 2007 14:06:59 +0100 Christian Ebert Postpone commit hooks until keywords are expanded
Thu, 08 Nov 2007 13:03:24 +0100 Christian Ebert Avoid dispatch import, revert to simple argument parser
Thu, 08 Nov 2007 12:59:43 +0100 Christian Ebert (0.9.2compat) avoid dispatch import, revert to simple argument parser 0.9.2compat
Wed, 07 Nov 2007 13:40:58 +0100 Christian Ebert Make keyword against current Mercurial available as standalone extension
Tue, 06 Nov 2007 13:20:39 +0100 Christian Ebert Avoid name conflict with dispatch package(s)
Mon, 29 Oct 2007 10:55:41 +0100 Christian Ebert Add convert to nokwcommands (fix issue802)
Wed, 24 Oct 2007 09:43:59 +0200 Christian Ebert Check if there candidates before _overwrite
Wed, 24 Oct 2007 00:38:27 +0200 Christian Ebert Arrange commands and cmdtable in alphabetical order
Tue, 23 Oct 2007 09:10:11 +0200 Christian Ebert Tell user that kwexpand/kwshrink do not run if given files contain changes
Tue, 23 Oct 2007 08:58:19 +0200 Christian Ebert Respect Mercurial conventions in kwdemo help
Fri, 19 Oct 2007 19:37:41 +0200 Christian Ebert Obtaining cwd redundant in pathto wrapper
Fri, 19 Oct 2007 16:09:56 +0200 Christian Ebert Revert to using status for kw-commands
Thu, 18 Oct 2007 09:38:05 +0200 Christian Ebert cwd optional argument of _pathto to simplify _kwfwrite
Wed, 17 Oct 2007 23:53:59 +0200 Christian Ebert Use pathto to display nonexisting files
Wed, 17 Oct 2007 17:52:25 +0200 Christian Ebert kwexpand/kwshrink: warn about nonexisting files
Wed, 17 Oct 2007 17:51:36 +0200 Christian Ebert _overwrite method for kwrepo.commit, kwexpand, kwshrink
Wed, 17 Oct 2007 17:06:08 +0200 Christian Ebert Sort files before overwriting
Wed, 17 Oct 2007 17:03:59 +0200 Christian Ebert _iskwfile checking method for kwrepo.commit, kwexpand/kwshrink
Wed, 17 Oct 2007 13:22:48 +0200 Christian Ebert Walk manifest in kwexpand/kwshrink
Mon, 15 Oct 2007 23:42:50 +0200 Christian Ebert For overwriting commands use node and manifest to speed up walk
Tue, 16 Oct 2007 07:43:55 +0200 Christian Ebert kwfiles: change option "ignored" to "ignore", add option "untracked"
Mon, 15 Oct 2007 11:01:00 +0200 Christian Ebert File collections specific to kwexpand/kwshrink vs kwfiles commands
Mon, 15 Oct 2007 10:25:20 +0200 Christian Ebert Flag kwfiles if verbose; shorten bailout code
Sat, 13 Oct 2007 15:25:06 +0200 Christian Ebert Underscore prefixes only for names at top level, or compatibility wrappers
Sat, 13 Oct 2007 15:01:55 +0200 Christian Ebert Count keywords in a customized kwfilelog read method
Thu, 11 Oct 2007 13:10:33 +0200 Christian Ebert walkopts for kwexpand, kwshrink, kwfiles commands
Sat, 06 Oct 2007 23:11:40 +0200 Christian Ebert kwfiles notifies if there are no files configured for expansion
Sat, 06 Oct 2007 19:55:30 +0200 Christian Ebert Bail out earlier in overwrite commands if repo has changes
Sat, 06 Oct 2007 20:13:18 +0200 Christian Ebert Make kwfmatcher an ui attribute
Sat, 06 Oct 2007 16:56:14 +0200 Christian Ebert Unlowercase command help
Sat, 06 Oct 2007 16:07:03 +0200 Christian Ebert Determine kwfiles on workingctx
Fri, 05 Oct 2007 14:52:39 +0200 Christian Ebert Turn off debug while expanding
Thu, 04 Oct 2007 16:12:48 +0200 Christian Ebert Map re.escape
Thu, 04 Oct 2007 15:01:16 +0200 Christian Ebert List comprehension instead of loop to create ui template dictionary
Thu, 04 Oct 2007 14:55:38 +0200 Christian Ebert String format keyword pattern before compilation
Wed, 03 Oct 2007 08:22:27 +0200 Christian Ebert Ignore errors when removing temp dir in kwdemo
Sun, 23 Sep 2007 12:22:13 +0100 Christian Ebert Reduce verbosity of kwexpand/kwshrink
Fri, 21 Sep 2007 20:16:53 +0100 Christian Ebert Use revlog.cmp to avoid checking for rename twice
Thu, 20 Sep 2007 19:29:11 +0100 Christian Ebert New command "kwfiles" prints files configured for expansion
Thu, 20 Sep 2007 18:13:53 +0100 Christian Ebert Always exclude .hgtags only
Thu, 20 Sep 2007 19:26:20 +0100 Christian Ebert Use Mercurial's getcwd()
Tue, 18 Sep 2007 00:08:23 +0100 Christian Ebert Set boolean mandatory arguments directly and comment them
Tue, 18 Sep 2007 00:03:17 +0100 Christian Ebert Avoid calling kwfmatcher twice (kwtemplater.overwrite, kwrepo.file) when overwriting
Fri, 14 Sep 2007 22:34:47 +0100 Christian Ebert Arguments to kwshrink/expand must be filtered thru canonpath
Sun, 02 Sep 2007 15:46:18 +0200 Christian Ebert Document revisions of interface changes
Sun, 02 Sep 2007 15:35:18 +0200 Christian Ebert Catch TypeError in repo.wwrite for Mercurial rev 656e06eebda7
Sun, 02 Sep 2007 15:16:57 +0200 Christian Ebert Compatible repo.dirstate.normal/update into own function
Sun, 02 Sep 2007 15:09:56 +0200 Christian Ebert Compatible repo.wwrite into own function
Sun, 02 Sep 2007 15:01:51 +0200 Christian Ebert Compatible changeset_templater in own function
Thu, 30 Aug 2007 23:22:18 +0200 Christian Ebert Improve doc of kwfilelog.read
Sat, 25 Aug 2007 15:38:04 +0200 Christian Ebert Keep names of inherited commands
Tue, 21 Aug 2007 14:07:57 +0200 Christian Ebert Move backwards compatible commit fork into private kwrepo function
Tue, 21 Aug 2007 13:27:48 +0200 Christian Ebert Remove spurious NameError checking for locks
Mon, 20 Aug 2007 05:08:39 +0200 Christian Ebert Clean up backwards compatibility
Thu, 16 Aug 2007 14:19:33 +0200 Christian Ebert cmdutil.parse moves to dispatch._parse; use fancyopts bugfix
Tue, 14 Aug 2007 16:26:22 +0200 Christian Ebert Removed files are detected by _weedcandidates, no need for status call
Tue, 14 Aug 2007 09:01:20 +0200 Christian Ebert Document revision that fixed fancyopts
less more (0) -120 tip