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	Fri Mar 03 13:11:25 2006 -0800
+++ b/mercurial/commands.py	Fri Mar 03 13:24:26 2006 -0800
@@ -2871,6 +2871,7 @@
                                      'anyway\n'))
                         except:
                             pass
+                        raise
                 finally:
                     prof.close()
                     stats = hotshot.stats.load("hg.prof")