hgext/keyword.py
Wed, 17 Oct 2012 17:32:01 +0200 Christian Ebert keyword: move commands.inferrepo for code maintenance
Tue, 16 Oct 2012 11:43:15 -0700 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748)
Fri, 10 Aug 2012 20:37:20 +0100 Christian Ebert templatefilters: avoid traceback caused by bogus date input (issue3344)
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Thu, 28 Jun 2012 15:06:41 +0100 Christian Ebert keyword: use ui.formatter for kwfiles output
Sat, 26 May 2012 20:49:51 +0200 Christian Ebert keyword: update copyleft
Sat, 26 May 2012 20:49:44 +0200 Christian Ebert keyword: wlock cmdutil.copy wrapper
Sat, 26 May 2012 20:46:12 +0200 Christian Ebert keyword: support commit --amend (issue3471)
Fri, 25 May 2012 19:32:29 +0200 Christian Ebert keyword: rename kwt.record attribute to kwt.postcommit
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sun, 13 May 2012 14:26:26 +0100 Christian Ebert keyword: 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"
Sun, 15 Jan 2012 13:37:33 +0100 Christian Ebert keyword: update filectx.cmp monkeypatch to handle '\1\n' at start of file stable
Sun, 30 Oct 2011 12:10:11 -0500 Matt Mackall keyword: backout realpath change (issue3071) 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 keyword: correct grammar in iskwfile docstring stable
Fri, 30 Sep 2011 21:58:54 -0400 Greg Ward rollback: avoid unsafe rollback when not at tip (issue2998)
Sun, 11 Sep 2011 12:20:39 +0100 Christian Ebert keyword: use wopener(..., atomictemp=True) to overwrite
Thu, 08 Sep 2011 18:30:44 -0500 Matt Mackall merge with stable
Thu, 08 Sep 2011 19:30:25 +0100 Christian Ebert keyword: preserve file mode when overwriting stable
Mon, 08 Aug 2011 11:34:52 +0100 Christian Ebert keyword: avoid x = a and b or c
Sun, 03 Jul 2011 12:58:03 +0200 Christian Ebert keyword: reuse already present working contexts for match
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: switch match users to supplying contexts
Sat, 11 Jun 2011 14:17:25 +0200 Patrick Mezard patch: generalize the use of patchmeta in applydiff()
Fri, 27 May 2011 21:50:10 +0200 Patrick Mezard patch: use temporary files to handle intermediate copies
Fri, 27 May 2011 21:50:09 +0200 Patrick Mezard patch: refactor file creation/removal detection
Wed, 18 May 2011 23:48:13 +0200 Patrick Mezard patch: set desired mode when patching, not in updatedir()
Tue, 17 May 2011 23:46:15 +0200 Patrick Mezard patch: extract fs access from patchfile into fsbackend
Fri, 13 May 2011 14:58:24 -0500 Matt Mackall scmutil: drop aliases in cmdutil for match functions
Thu, 12 May 2011 14:31:07 +0200 Martin Geisler keyword: use cmdutil.command decorator
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Wed, 20 Apr 2011 21:41:41 +0200 Adrian Buehlmann move canonpath from util to scmutil
Tue, 05 Apr 2011 11:07:25 +0200 Martin Geisler keyword: convert a verbatim block to a field list
Mon, 14 Mar 2011 12:26:50 +0100 Christian Ebert keyword: offer additional datefilters when the extension is enabled
Mon, 14 Mar 2011 12:19:59 +0100 Christian Ebert keyword: docstrings for additional date filters
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templates: document missing keywords or filters
Sun, 23 Jan 2011 03:15:44 +0100 Christian Ebert keyword: move repo.__class__ assignment out of monkeypatch context
Sun, 23 Jan 2011 03:15:39 +0100 Christian Ebert keyword: inform user about current keywordset in kwdemo
Sun, 16 Jan 2011 15:45:26 +0100 Christian Ebert keyword: update documentation for kwshrink
Sat, 04 Dec 2010 14:44:05 +0100 Christian Ebert keyword: make kwfiles show deleted files configured for expansion
Sat, 04 Dec 2010 14:22:12 +0100 Christian Ebert keyword: colorize hg kwfiles output
Wed, 01 Dec 2010 18:47:40 -0600 Matt Mackall merge with stable
Wed, 01 Dec 2010 10:51:49 +0100 Christian Ebert keyword: copy: when copied source is a symlink, follow it stable 1.7.2
Mon, 22 Nov 2010 17:39:46 +0100 Martin Geisler merge with stable
Mon, 22 Nov 2010 16:05:31 +0100 Christian Ebert keyword: s/config/configuration/ in help stable
Thu, 04 Nov 2010 22:56:38 +0000 Christian Ebert keyword: turn regexes and escaped keywords into a propertycache
Wed, 03 Nov 2010 14:37:41 +0100 Christian Ebert keyword: function to look up changectx for expansion
Sun, 24 Oct 2010 15:11:41 +0100 Christian Ebert keyword: fix regressions introduced in d87f3ff904ba stable
Thu, 14 Oct 2010 22:53:17 +0200 Christian Ebert keyword: only use expensive fctx.cmp when needed
Tue, 12 Oct 2010 12:49:23 +0100 Christian Ebert keyword: code cleanup
Tue, 27 Jul 2010 23:07:30 +0900 Nicolas Dumazet filectx: use ctx.size comparisons to speed up ctx.cmp
Sun, 10 Oct 2010 00:38:57 +0100 Christian Ebert keyword: enforce subn method via boolean switch
Sun, 10 Oct 2010 00:30:09 +0100 Christian Ebert keyword: fix weeding of expansion candidates when recording
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: switch kwtemplater.record in kw_dorecord()
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: specific regular expressions depending on read mode
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: disable expansion in kwfilelog.read() if file renamed in node
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: make iskwfile() a weeding method in lieu of a boolean
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: support copy and rename
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: refactor kwtemplater.overwrite()
Fri, 01 Oct 2010 02:13:31 +0200 Christian Ebert keyword: use workingctx to detect modified and added files after rollback
less more (0) -100 -60 tip