diff mercurial/verify.py @ 9198:061eeb602354

coding style: use a space after comma I left a cases like 'lambda x,y:' alone -- the lack of a space does not bother me as much when the variables are single letters.
author Martin Geisler <mg@lazybytes.net>
date Wed, 22 Jul 2009 23:12:54 +0200
parents 98a5652bfed9
children 98feea5659d9
line wrap: on
line diff
--- a/mercurial/verify.py	Wed Jul 22 23:08:32 2009 +0200
+++ b/mercurial/verify.py	Wed Jul 22 23:12:54 2009 +0200
@@ -78,7 +78,7 @@
                 msg = _("rev %d points to unexpected changeset %d")
             err(None, msg % (i, lr), f)
             if linkrevs:
-                warn(_(" (expected %s)") % " ".join(map(str,linkrevs)))
+                warn(_(" (expected %s)") % " ".join(map(str, linkrevs)))
             lr = None # can't be trusted
 
         try: