tests/test-manifest.t
changeset 12316 4134686b83e1
parent 12253 e5aee120287b
child 12328 b63f6422d2a7
equal deleted inserted replaced
12315:ca58f6475f1d 12316:4134686b83e1
    58 
    58 
    59 The next two calls are expected to abort:
    59 The next two calls are expected to abort:
    60 
    60 
    61   $ hg manifest -r 2
    61   $ hg manifest -r 2
    62   abort: unknown revision '2'!
    62   abort: unknown revision '2'!
       
    63   [255]
    63 
    64 
    64   $ hg manifest -r tip tip
    65   $ hg manifest -r tip tip
    65   abort: please specify just one revision
    66   abort: please specify just one revision
       
    67   [255]
    66 
    68 
    67 
    69 
    68   $ true
    70   $ true
    69 
    71