tests/test-revset.t
changeset 37867 0a79fb64118e
parent 37866 37e7ae332e90
child 38261 f3033692ccef
--- a/tests/test-revset.t	Mon May 07 14:32:43 2018 -0700
+++ b/tests/test-revset.t	Mon May 07 14:32:55 2018 -0700
@@ -1874,9 +1874,9 @@
   $ hg debugrevspec '0:wdir() & fffb'
   abort: 00changelog.i@fffb: ambiguous identifier!
   [255]
-BROKEN should be '2' (node lookup uses unfiltered repo since dc25ed84bee8)
+BROKEN should be '2' (node lookup uses unfiltered repo)
   $ hg debugrevspec '0:wdir() & id(fffb)'
-  2
+BROKEN should be '2' (node lookup uses unfiltered repo)
   $ hg debugrevspec '0:wdir() & ffff8'
   4
   $ hg debugrevspec '0:wdir() & fffff'