log hgext/keyword.py @ 15871:07893690c435 stable

age author description
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()