mercurial/cmdutil.py
changeset 24711 ab6e3729747e
parent 24635 21e1ece30f8c
child 24718 a4191e0c728f
--- 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)