mercurial/revset.py
changeset 23164 7a42e5d4c418
parent 23163 6f1b8b3f12fd
child 23165 7e8737e6ab08
--- a/mercurial/revset.py	Thu Oct 16 23:11:25 2014 -0700
+++ b/mercurial/revset.py	Thu Oct 16 23:14:17 2014 -0700
@@ -572,7 +572,7 @@
     """``children(set)``
     Child changesets of changesets in set.
     """
-    s = getset(repo, baseset(repo), x)
+    s = getset(repo, fullreposet(repo), x)
     cs = _children(repo, subset, s)
     return subset & cs