hgext/transplant.py
changeset 20442 8524cdf66a12
parent 20269 acb6cceaffd5
child 20988 8c2f1e2a11ff
--- a/hgext/transplant.py	Thu Jan 30 20:22:43 2014 -0800
+++ b/hgext/transplant.py	Tue Feb 11 09:00:38 2014 -0800
@@ -670,7 +670,8 @@
         s = revset.getset(repo, subset, x)
     else:
         s = subset
-    return [r for r in s if repo[r].extra().get('transplant_source')]
+    return revset.baseset([r for r in s if
+        repo[r].extra().get('transplant_source')])
 
 def kwtransplanted(repo, ctx, **args):
     """:transplanted: String. The node identifier of the transplanted