##// END OF EJS Templates
Fix comment typo
mpm@selenic.com -
r1229:2eb1cd69 default
parent child Browse files
Show More
@@ -2058,7 +2058,7 b' def dispatch(args):'
2058 2058 u.warn("hg: unknown command '%s'\n" % inst.args[0])
2059 2059 help_(u, 'shortlist')
2060 2060 except SystemExit:
2061 # don't catch this is the catch-all below
2061 # don't catch this in the catch-all below
2062 2062 raise
2063 2063 except:
2064 2064 u.warn("** unknown exception encountered, details follow\n")
General Comments 0
You need to be logged in to leave comments. Login now