mercurial/cmdutil.py
changeset 4633 ff7253a0d1da
parent 4632 8d46056960ab
child 4635 63b9d2deed48
--- 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):