changeset 9013:21b29f4c7c9f

keyword: break overlong line
author Christian Ebert <blacktrash@gmx.net>
date Mon, 29 Jun 2009 23:46:28 +0200
parents ada93c6bf554
children 87c05a78e588
files hgext/keyword.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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)