diff mercurial/dispatch.py @ 17299:e51d4aedace9 stable

check-code: indent 4 spaces in py files
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 31 Jul 2012 03:30:42 +0200
parents d1b49b02bc16
children 434e5bd615fc
line wrap: on
line diff
--- a/mercurial/dispatch.py	Sat Jul 28 13:33:06 2012 +0200
+++ b/mercurial/dispatch.py	Tue Jul 31 03:30:42 2012 +0200
@@ -169,7 +169,7 @@
             try: # usually it is in the form (errno, strerror)
                 reason = inst.reason.args[1]
             except (AttributeError, IndexError):
-                 # it might be anything, for example a string
+                # it might be anything, for example a string
                 reason = inst.reason
             ui.warn(_("abort: error: %s\n") % reason)
         elif util.safehasattr(inst, "args") and inst.args[0] == errno.EPIPE: