diff mercurial/commands.py @ 3680:69cf255a55a1

Indentation cleanups for 2956948b81f3.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 19 Nov 2006 16:09:04 +0100
parents 2956948b81f3
children 9c1737a3e254
line wrap: on
line diff
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -214,7 +214,7 @@ def backout(ui, repo, rev, **opts):
         p = repo.lookup(opts['parent'])
         if p not in (p1, p2):
             raise util.Abort(_('%s is not a parent of %s') %
-                               (short(p), short(node)))
+                             (short(p), short(node)))
         parent = p
     else:
         if opts['parent']: