diff -r 217703f760d1 -r 4612cded5176 hgext/transplant.py --- 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'))]