Mercurial > public > mercurial-scm > hg-stable
diff hgext/transplant.py @ 17299:e51d4aedace9 stable
check-code: indent 4 spaces in py files
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 31 Jul 2012 03:30:42 +0200 |
parents | 5884812686f7 |
children | a189d4470a34 |
line wrap: on
line diff
--- a/hgext/transplant.py Sat Jul 28 13:33:06 2012 +0200 +++ b/hgext/transplant.py Tue Jul 31 03:30:42 2012 +0200 @@ -666,9 +666,9 @@ Transplanted changesets in set, or all transplanted changesets. """ if x: - s = revset.getset(repo, subset, x) + s = revset.getset(repo, subset, x) else: - s = subset + s = subset return [r for r in s if repo[r].extra().get('transplant_source')] def kwtransplanted(repo, ctx, **args):