tests/test-revset.t
branchstable
changeset 42232 29798c9ba5c9
parent 41738 c70bdd222dcd
child 42267 838f3a094b4f
--- a/tests/test-revset.t	Wed May 01 14:27:19 2019 -0400
+++ b/tests/test-revset.t	Fri May 03 20:06:03 2019 +0900
@@ -472,6 +472,12 @@
   $ log 'extra(unknown=branch)'
   hg: parse error: extra got an unexpected keyword argument 'unknown'
   [255]
+  $ log 'extra((), x)'
+  hg: parse error: first argument to extra must be a string
+  [255]
+  $ log 'extra(label=x, ())'
+  hg: parse error: extra got an invalid argument
+  [255]
 
   $ try 'foo=bar|baz'
   (keyvalue