comparison tests/test-evolve-obshistory.t @ 3816:4c68dd62943c mercurial-4.5

test-compat: merge stable into mercurial-4.5
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 08 Jun 2018 22:52:51 +0530
parents fbcf9e92097e f5b9030e18e9
children 5ca297e78f2c
comparison
equal deleted inserted replaced
3722:57d52e415ebb 3816:4c68dd62943c
13 > [extensions] 13 > [extensions]
14 > evolve = 14 > evolve =
15 > [experimental] 15 > [experimental]
16 > evolution.effect-flags = yes 16 > evolution.effect-flags = yes
17 > EOF 17 > EOF
18
19 Test simple common cases
20 ========================
21
22 Test setup
23 ----------
24 $ hg init $TESTTMP/simple
25 $ cd $TESTTMP/simple
26
27 Actual test
28 -----------
29 $ hg obslog -ap null
30 @ 000000000000 (-1)
31
32 $ hg obslog 'wdir()'
33 abort: working directory revision cannot be specified
34 [255]
18 35
19 Test output on amended commit 36 Test output on amended commit
20 ============================= 37 =============================
21 38
22 Test setup 39 Test setup