Mercurial > public > mercurial-scm > hg-stable
diff mercurial/cmdutil.py @ 4633:ff7253a0d1da
Cleanup of whitespace, indentation and line continuation.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 19 Jun 2007 08:06:37 +0200 |
parents | 8d46056960ab |
children | 63b9d2deed48 |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Mon Jun 18 21:30:27 2007 -0500 +++ b/mercurial/cmdutil.py Tue Jun 19 08:06:37 2007 +0200 @@ -122,7 +122,7 @@ ui.warn(_("(did you forget to compile extensions?)\n")) elif m in "zlib".split(): ui.warn(_("(is your Python install correct?)\n")) - + except util.Abort, inst: ui.warn(_("abort: %s\n") % inst) except SystemExit, inst: @@ -332,7 +332,7 @@ ret = runcommand(ui, options, cmd, d) # run post-hook, passing command result hook.hook(ui, repo, "post-%s" % cmd, False, args=" ".join(fullargs), - result = ret) + result = ret) return ret def runcommand(ui, options, cmd, cmdfunc):