tests/test-revset.t
changeset 38705 e4b270a32ba8
parent 38624 5460926352ee
child 38855 7848f284b211
child 39799 f28812c708a5
--- a/tests/test-revset.t	Tue Jul 10 23:01:53 2018 +0900
+++ b/tests/test-revset.t	Thu Jul 12 23:07:29 2018 +0900
@@ -1063,6 +1063,12 @@
   8
   9
 
+test ancestor variants of empty revision
+
+  $ log 'ancestor(none())'
+  $ log 'ancestors(none())'
+  $ log 'commonancestors(none())'
+
 test ancestors with depth limit
 
  (depth=0 selects the node itself)