# HG changeset patch # User mpm@selenic.com # Date 1126291633 25200 # Node ID 2eb1cd695dd2615159a2e7a6d685f384756305db # Parent db950da49539585149b829aa1215038104eb8a6c Fix comment typo diff -r db950da49539 -r 2eb1cd695dd2 mercurial/commands.py --- 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")