changeset 18656 | 8eb3408bf005 |
parent 18623 | 0027a5cec9d0 |
child 18658 | 5e63a85299ba |
--- a/mercurial/commands.py Sun Feb 10 16:22:32 2013 -0800 +++ b/mercurial/commands.py Sun Feb 10 23:01:12 2013 +0000 @@ -3812,7 +3812,6 @@ def checkexact(repo, n, nodeid): if opts.get('exact') and hex(n) != nodeid: - repo.rollback() raise util.Abort(_('patch is damaged or loses information')) def tryone(ui, hunk, parents):