hgext/keyword.py
changeset 9013 21b29f4c7c9f
parent 8996 23e941d7f507
child 9027 8c441691d414
--- a/hgext/keyword.py	Wed Jul 01 23:15:26 2009 +0200
+++ b/hgext/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)