diff hgext/keyword.py @ 9013:21b29f4c7c9f

keyword: break overlong line
author Christian Ebert <blacktrash@gmx.net>
date Mon, 29 Jun 2009 23:46:28 +0200
parents 23e941d7f507
children 8c441691d414
line wrap: on
line diff
--- 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)