# HG changeset patch # User Anton Shestakov # Date 1524817714 -28800 # Node ID f5b9030e18e97615e4cc76c05581124c75101caa # Parent 1b1badb3d2fc9ee378bf26d21bf4764969cfea9e tests: test that `hg obslog wdir()` aborts with a useful message diff -r 1b1badb3d2fc -r f5b9030e18e9 tests/test-evolve-obshistory.t --- a/tests/test-evolve-obshistory.t Fri Apr 27 16:19:45 2018 +0800 +++ b/tests/test-evolve-obshistory.t Fri Apr 27 16:28:34 2018 +0800 @@ -29,6 +29,9 @@ $ hg obslog -ap null @ 000000000000 (-1) + $ hg obslog 'wdir()' + abort: working directory revision cannot be specified + [255] Test output on amended commit =============================