Mercurial > public > mercurial-scm > hg-stable
diff hgext/transplant.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 | f77f3383c666 |
line wrap: on
line diff
--- 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'))]