hgkw/keyword.py
branchstable
changeset 730 bd1722740798
parent 715 0614ba0295f6
child 732 0ff5881bc04b
--- a/hgkw/keyword.py	Thu Apr 15 20:25:07 2010 +0200
+++ b/hgkw/keyword.py	Sat Apr 17 13:38:42 2010 -0500
@@ -471,10 +471,10 @@
 
     # monkeypatches
     def kwpatchfile_init(orig, self, ui, fname, opener,
-                         missing=False, eol=None):
+                         missing=False, eolmode=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)
+        orig(self, ui, fname, opener, missing, eolmode)
         # shrink keywords read from working dir
         self.lines = kwt.shrinklines(self.fname, self.lines)