diff -r 68cea0b8f992 -r b70740aefa4d mercurial/commands.py --- 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()