mercurial/commands.py
changeset 2919 b70740aefa4d
parent 2915 013921c753bd
child 2920 ef8ee4477019
child 2921 addb58e3b41c
--- a/mercurial/commands.py	Tue Aug 15 11:43:31 2006 -0700
+++ b/mercurial/commands.py	Tue Aug 15 11:28:50 2006 -0700
@@ -1681,7 +1681,7 @@
                 message = None
             ui.debug(_('message:\n%s\n') % message)
 
-            files = patch.patch(strip, tmpname, ui, cwd=repo.root)
+            files, fuzz = patch.patch(tmpname, ui, strip=strip, cwd=repo.root)
             removes = []
             if len(files) > 0:
                 cfiles = files.keys()