tests/test-manifest.t
changeset 48118 5105a9975407
parent 45906 95c4cca641f6
child 49825 2f2682f40ea0
equal deleted inserted replaced
48117:b74e128676d4 48118:5105a9975407
    86 
    86 
    87 The next two calls are expected to abort:
    87 The next two calls are expected to abort:
    88 
    88 
    89   $ hg manifest -r 2
    89   $ hg manifest -r 2
    90   abort: unknown revision '2'
    90   abort: unknown revision '2'
    91   [255]
    91   [10]
    92 
    92 
    93   $ hg manifest -r tip tip
    93   $ hg manifest -r tip tip
    94   abort: please specify just one revision
    94   abort: please specify just one revision
    95   [10]
    95   [10]
    96 
    96