mercurial/templatekw.py
changeset 10394 4612cded5176
parent 10282 08a0f04b56bd
child 11655 6faf015e0ba0
--- 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: