keyword: break overlong line
authorChristian Ebert <blacktrash@gmx.net>
Mon, 29 Jun 2009 23:46:28 +0200
changeset 9013 21b29f4c7c9f
parent 9012 ada93c6bf554
child 9014 87c05a78e588
keyword: break overlong line
hgext/keyword.py
--- 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)