author | Christian Ebert <blacktrash@gmx.net> |
Mon, 29 Jun 2009 23:46:28 +0200 | |
changeset 602 | b21fe4c86037 |
parent 600 | b40e7861defd |
child 603 | 474063ef3f3d |
child 604 | 75621fa839fb |
hgkw/keyword.py | file | annotate | diff | comparison | revisions |
--- a/hgkw/keyword.py Wed Jul 01 17:34:39 2009 +0200 +++ b/hgkw/keyword.py Mon Jun 29 23:46:28 2009 +0200 @@ -495,7 +495,8 @@ release(lock, wlock) # monkeypatches - def kwpatchfile_init(orig, self, ui, fname, opener, missing=False, eol=None): + def kwpatchfile_init(orig, self, ui, fname, opener, + missing=False, eol=None): '''Monkeypatch/wrap patch.patchfile.__init__ to avoid rejects or conflicts due to expanded keywords in working dir.''' orig(self, ui, fname, opener, missing, eol)