contrib: add heads(commonancestors(_)) to all-revsets
authorSean Farley <sean@farley.io>
Wed, 20 Jun 2018 17:07:46 -0700
changeset 38626 5957fdd1d5f0
parent 38625 52f19a840543
child 38627 93ed193bc03e
contrib: add heads(commonancestors(_)) to all-revsets This is mainly to check that we don't regress our optimization path.
contrib/all-revsets.txt
--- a/contrib/all-revsets.txt	Tue Jun 26 15:26:21 2018 -0700
+++ b/contrib/all-revsets.txt	Wed Jun 20 17:07:46 2018 -0700
@@ -135,3 +135,6 @@
 # testing the mutable phases set
 draft()
 secret()
+
+# test finding common ancestors
+heads(commonancestors(46879 + ae7f))