changeset 1833:fc959d6ffb13

i made a mistake in last change.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 03 Mar 2006 13:24:26 -0800
parents 7a58bf789965
children 24881eaebee3
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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")