mercurial/commands.py
changeset 1833 fc959d6ffb13
parent 1832 7a58bf789965
child 1835 bdfb524d728a
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2871,6 +2871,7 @@ def dispatch(args):
                                      'anyway\n'))
                         except:
                             pass
+                        raise
                 finally:
                     prof.close()
                     stats = hotshot.stats.load("hg.prof")