author | mpm@selenic.com |
Fri, 09 Sep 2005 11:47:13 -0700 | |
changeset 1229 | 2eb1cd695dd2 |
parent 1228 | db950da49539 |
child 1230 | 6eac821c202c |
--- a/mercurial/commands.py Fri Sep 09 11:46:35 2005 -0700 +++ b/mercurial/commands.py Fri Sep 09 11:47:13 2005 -0700 @@ -2058,7 +2058,7 @@ u.warn("hg: unknown command '%s'\n" % inst.args[0]) help_(u, 'shortlist') except SystemExit: - # don't catch this is the catch-all below + # don't catch this in the catch-all below raise except: u.warn("** unknown exception encountered, details follow\n")