contrib/all-revsets.txt
changeset 41273 5409f7ec7850
parent 38712 70a4289896b0
child 41278 41f14e8f335f
--- a/contrib/all-revsets.txt	Mon Jan 14 16:01:17 2019 +0100
+++ b/contrib/all-revsets.txt	Sun Jan 13 22:24:11 2019 +0100
@@ -139,3 +139,11 @@
 # test finding common ancestors
 heads(commonancestors(last(head(), 2)))
 heads(commonancestors(head()))
+
+# more heads testing
+heads(all())
+heads(-10000:-1)
+(-5000:-1000) and heads(-10000:-1)
+heads(matching(tip, "author"))
+heads(matching(tip, "author")) and -10000:-1
+(-10000:-1) and heads(matching(tip, "author"))