diff -r 909ee6b2a024 -r ab6e3729747e mercurial/cmdutil.py --- a/mercurial/cmdutil.py Sat Apr 11 11:56:21 2015 -0400 +++ b/mercurial/cmdutil.py Sat Apr 11 11:54:09 2015 -0400 @@ -3123,11 +3123,6 @@ except patch.PatchError, err: raise util.Abort(str(err)) del fp - - for f in actions['revert'][0]: - if normal: - normal(f) - else: for f in actions['revert'][0]: checkout(f)