[PATCH] keyword: break overlong line

Christian Ebert blacktrash at gmx.net
Mon Jun 29 16:47:27 CDT 2009


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1246311988 -7200
# Node ID 3d11f8337bf9956c1fceb7dd937e22053cf33386
# Parent  4aade1a0115bce33b1eceb9f2c9070ab485e634a
keyword: break overlong line

diff --git a/hgext/keyword.py b/hgext/keyword.py
--- a/hgext/keyword.py
+++ b/hgext/keyword.py
@@ -494,7 +494,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)


More information about the Mercurial-devel mailing list