hgext/transplant.py
changeset 10394 4612cded5176
parent 10282 08a0f04b56bd
child 10510 f77f3383c666
--- a/hgext/transplant.py	Mon Feb 08 15:06:26 2010 +0100
+++ b/hgext/transplant.py	Mon Feb 08 15:36:34 2010 +0100
@@ -552,7 +552,7 @@
             tp.resume(repo, source, opts)
             return
 
-        tf=tp.transplantfilter(repo, source, p1)
+        tf = tp.transplantfilter(repo, source, p1)
         if opts.get('prune'):
             prune = [source.lookup(r)
                      for r in cmdutil.revrange(source, opts.get('prune'))]