diff mercurial/commands.py @ 10339:23e608f42f2c

fix spaces/identation issues
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 05 Feb 2010 18:50:08 +0100
parents ec5240a22f4a
children 2e9656d284cc
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Feb 03 16:09:19 2010 +0000
+++ b/mercurial/commands.py	Fri Feb 05 18:50:08 2010 +0100
@@ -1648,7 +1648,7 @@
         opt_output.append(("\n%s" % title, None))
         for shortopt, longopt, default, desc in options:
             if _("DEPRECATED") in desc and not ui.verbose:
-                               continue
+                continue
             opt_output.append(("%2s%s" % (shortopt and "-%s" % shortopt,
                                           longopt and " --%s" % longopt),
                                "%s%s" % (desc,