diff mercurial/templatekw.py @ 10394:4612cded5176

fix coding style (reported by pylint)
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 08 Feb 2010 15:36:34 +0100
parents 08a0f04b56bd
children 6faf015e0ba0
line wrap: on
line diff
--- a/mercurial/templatekw.py	Mon Feb 08 15:06:26 2010 +0100
+++ b/mercurial/templatekw.py	Mon Feb 08 15:36:34 2010 +0100
@@ -178,7 +178,7 @@
     return showlist('file_add', getfiles(repo, ctx, revcache)[1], **args)
 
 def showfilecopies(**args):
-    cache, ctx= args['cache'], args['ctx']
+    cache, ctx = args['cache'], args['ctx']
     copies = args['revcache'].get('copies')
     if copies is None:
         if 'getrenamed' not in cache: