i made a mistake in last change.
authorVadim Gelfer <vadim.gelfer@gmail.com>
Fri, 03 Mar 2006 13:24:26 -0800
changeset 1833 fc959d6ffb13
parent 1832 7a58bf789965
child 1834 24881eaebee3
i made a mistake in last change.
mercurial/commands.py
--- 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")