hgkw/keyword.py
Sun, 13 May 2012 14:26:26 +0100 Christian Ebert Intentionally ignore check-code warning about unwrapped ui message
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y" stable
Sun, 15 Jan 2012 13:37:33 +0100 Christian Ebert Update filectx.cmp monkeypatch to handle '\1\n' at start of file
Mon, 07 Nov 2011 13:48:11 +0000 Christian Ebert Backout b78cce2b1430 until a proper solution is found stable
Mon, 24 Oct 2011 13:54:59 +0200 Thomas Arendsen Hein keyword: use util.realpath instead of os.path.realpath stable
Fri, 21 Oct 2011 12:07:27 +0100 Christian Ebert Correct grammar in iskwfile docstring
Fri, 30 Sep 2011 21:58:54 -0400 Greg Ward rollback: avoid unsafe rollback when not at tip (issue2998) stable
Wed, 14 Sep 2011 16:19:33 +0100 Christian Ebert (0.9.2compat) merge with default 0.9.2compat
Wed, 14 Sep 2011 15:30:21 +0100 Christian Ebert Preserve file mode when overwriting
Tue, 09 Aug 2011 12:54:11 +0200 Christian Ebert Avoid x = a and b or c
Sun, 03 Jul 2011 12:58:03 +0200 Christian Ebert Reuse already present working contexts for match
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: switch match users to supplying contexts stable
Sat, 11 Jun 2011 14:17:25 +0200 Patrick Mezard patch: generalize the use of patchmeta in applydiff() stable
Fri, 27 May 2011 21:50:10 +0200 Patrick Mezard patch: use temporary files to handle intermediate copies stable
Fri, 27 May 2011 21:50:09 +0200 Patrick Mezard patch: refactor file creation/removal detection stable
Wed, 18 May 2011 23:48:13 +0200 Patrick Mezard patch: set desired mode when patching, not in updatedir() stable
Tue, 17 May 2011 23:46:15 +0200 Patrick Mezard patch: extract fs access from patchfile into fsbackend stable
Fri, 13 May 2011 14:58:24 -0500 Matt Mackall scmutil: drop aliases in cmdutil for match functions stable
Thu, 12 May 2011 14:31:07 +0200 Martin Geisler keyword: use cmdutil.command decorator stable
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions stable
Wed, 20 Apr 2011 21:41:41 +0200 Adrian Buehlmann move canonpath from util to scmutil stable
Tue, 05 Apr 2011 11:07:25 +0200 Martin Geisler keyword: convert a verbatim block to a field list stable
Mon, 14 Mar 2011 12:26:50 +0100 Christian Ebert Offer additional datefilters when the extension is enabled
Mon, 14 Mar 2011 12:19:59 +0100 Christian Ebert Docstrings for additional date filters
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templates: document missing keywords or filters stable
Sun, 23 Jan 2011 03:15:44 +0100 Christian Ebert Move repo.__class__ assignment out of monkeypatch context
Sun, 23 Jan 2011 03:15:39 +0100 Christian Ebert Inform user about current keywordset in kwdemo
Sun, 16 Jan 2011 15:45:26 +0100 Christian Ebert Update documentation for kwshrink
Sun, 05 Dec 2010 13:07:28 +0100 Christian Ebert Make kwfiles show deleted files configured for expansion
Sun, 05 Dec 2010 13:07:24 +0100 Christian Ebert Colorize hg kwfiles output
Thu, 02 Dec 2010 09:42:21 +0100 Christian Ebert Copy: when copied source is a symlink, follow it
Mon, 22 Nov 2010 20:44:36 +0100 Christian Ebert s/config/configuration/ in help
Fri, 05 Nov 2010 10:00:11 +0000 Christian Ebert Turn regexes and escaped keywords into a propertycache
Mon, 25 Oct 2010 19:21:06 +0100 Christian Ebert Function to look up changectx for expansion
Mon, 25 Oct 2010 19:21:06 +0100 Christian Ebert Compile regexes on demand
Mon, 25 Oct 2010 19:21:06 +0100 Christian Ebert Fix regressions introduced in 9d01f9cab5e2
Thu, 14 Oct 2010 22:53:17 +0200 Christian Ebert Only use expensive fctx.cmp when needed
Tue, 27 Jul 2010 23:07:30 +0900 Nicolas Dumazet filectx: use ctx.size comparisons to speed up ctx.cmp stable
Tue, 12 Oct 2010 16:29:32 +0100 Christian Ebert Code cleanup
Sun, 10 Oct 2010 01:07:16 +0100 Christian Ebert enforce subn method via boolean switch
Sun, 10 Oct 2010 01:07:16 +0100 Christian Ebert Fix weeding of expansion candidates when recording
Sat, 09 Oct 2010 11:35:31 +0100 Christian Ebert Switch kwtemplater.record in kw_dorecord()
Sat, 09 Oct 2010 11:35:24 +0100 Christian Ebert Specific regular expressions depending on read mode
Sat, 09 Oct 2010 11:34:39 +0100 Christian Ebert disable expansion in kwfilelog.read() if file renamed in node
Sat, 09 Oct 2010 11:33:38 +0100 Christian Ebert Make iskwfile() a weeding method in lieu of a boolean
Sat, 09 Oct 2010 11:33:12 +0100 Christian Ebert Support copy and rename
Sat, 09 Oct 2010 11:33:04 +0100 Christian Ebert Refactor kwtemplater.overwrite()
Fri, 01 Oct 2010 02:13:31 +0200 Christian Ebert Use workingctx to detect modified and added files after rollback
Fri, 01 Oct 2010 02:13:31 +0200 Christian Ebert Rename variable "cfiles" to "changed" for clarity
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert Support rollback by restoring expansion to previous values
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert Do not expand at all during diff
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert Restore restricted read mode value after overwriting
Thu, 23 Sep 2010 16:31:38 +0200 Christian Ebert Use note admonition in help text
Fri, 10 Sep 2010 16:58:13 +0200 Christian Ebert Explain file-wise expansion in help
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler diff: recurse into subrepositories with --subrepos/-S flag stable
Mon, 26 Jul 2010 12:32:45 +0200 Christian Ebert Move collecting of [keyword] patterns to reposetup (issue2303)
Thu, 15 Jul 2010 10:24:31 +0200 Christian Ebert Add extra datefilters in a single update call
Tue, 15 Jun 2010 21:58:53 +0200 Christian Ebert 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 stable
Tue, 01 Jun 2010 01:05:45 +0200 Christian Ebert Force dirstate normal when all changes in a file are recorded
less more (0) -300 -100 -60 tip