diff -r 5326800d6937 -r e433002acb05 mercurial/commands.py --- a/mercurial/commands.py Tue Feb 09 13:53:24 2010 -0600 +++ b/mercurial/commands.py Tue Feb 09 14:12:22 2010 -0600 @@ -1835,7 +1835,8 @@ wlock = lock = None def tryone(ui, hunk): - tmpname, message, user, date, branch, nodeid, p1, p2 = patch.extract(ui, hunk) + tmpname, message, user, date, branch, nodeid, p1, p2 = \ + patch.extract(ui, hunk) if not tmpname: return None