tests/test-revset.t
changeset 37911 0a79fb64118e
parent 37910 37e7ae332e90
child 38273 f3033692ccef
equal deleted inserted replaced
37910:37e7ae332e90 37911:0a79fb64118e
  1872   abort: 00changelog.i@ffff: ambiguous identifier!
  1872   abort: 00changelog.i@ffff: ambiguous identifier!
  1873   [255]
  1873   [255]
  1874   $ hg debugrevspec '0:wdir() & fffb'
  1874   $ hg debugrevspec '0:wdir() & fffb'
  1875   abort: 00changelog.i@fffb: ambiguous identifier!
  1875   abort: 00changelog.i@fffb: ambiguous identifier!
  1876   [255]
  1876   [255]
  1877 BROKEN should be '2' (node lookup uses unfiltered repo since dc25ed84bee8)
  1877 BROKEN should be '2' (node lookup uses unfiltered repo)
  1878   $ hg debugrevspec '0:wdir() & id(fffb)'
  1878   $ hg debugrevspec '0:wdir() & id(fffb)'
  1879   2
  1879 BROKEN should be '2' (node lookup uses unfiltered repo)
  1880   $ hg debugrevspec '0:wdir() & ffff8'
  1880   $ hg debugrevspec '0:wdir() & ffff8'
  1881   4
  1881   4
  1882   $ hg debugrevspec '0:wdir() & fffff'
  1882   $ hg debugrevspec '0:wdir() & fffff'
  1883   2147483647
  1883   2147483647
  1884 
  1884