comparison tests/test-evolve-obshistory.t @ 3817:5ca297e78f2c mercurial-4.4

test-compat: merge mercurial-4.5 into mercurial-4.4
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 08 Jun 2018 22:52:52 +0530
parents 19ec729f3ca2 4c68dd62943c
children f8677cb11dcb d00f0c369bc7
comparison
equal deleted inserted replaced
3723:e70ad3983872 3817:5ca297e78f2c
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