comparison tests/test-evolve-obshistory.t @ 3730:f5b9030e18e9 stable

tests: test that `hg obslog wdir()` aborts with a useful message
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 27 Apr 2018 16:28:34 +0800
parents 1b1badb3d2fc
children 1e103c7f7663 4c68dd62943c
comparison
equal deleted inserted replaced
3729:1b1badb3d2fc 3730:f5b9030e18e9
27 Actual test 27 Actual test
28 ----------- 28 -----------
29 $ hg obslog -ap null 29 $ hg obslog -ap null
30 @ 000000000000 (-1) 30 @ 000000000000 (-1)
31 31
32 $ hg obslog 'wdir()'
33 abort: working directory revision cannot be specified
34 [255]
32 35
33 Test output on amended commit 36 Test output on amended commit
34 ============================= 37 =============================
35 38
36 Test setup 39 Test setup