comparison tests/test-evolve-wdir.t @ 6401:716912541759 mercurial-5.0

test-compat: merge mercurial-5.1 into mercurial-5.0
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 07 Feb 2023 10:51:10 +0400
parents df8df57a3ce3 e5bd76f95145
children
comparison
equal deleted inserted replaced
6355:4cf673319dfc 6401:716912541759
35 > rebase= 35 > rebase=
36 > [alias] 36 > [alias]
37 > glog = log --graph --template "{rev}:{node|short} ({phase}): {desc|firstline} {if(troubles, '[{troubles}]')}\n" 37 > glog = log --graph --template "{rev}:{node|short} ({phase}): {desc|firstline} {if(troubles, '[{troubles}]')}\n"
38 > EOF 38 > EOF
39 39
40 #testcases inmemory ondisk
41 #if inmemory
42 $ cat >> $HGRCPATH <<EOF
43 > [experimental]
44 > evolution.in-memory = yes
45 > EOF
46 #endif
47
48 $ hg init repo 40 $ hg init repo
49 $ cd repo 41 $ cd repo
50 $ mkcommit c_A 42 $ mkcommit c_A
51 $ mkcommit c_B 43 $ mkcommit c_B
52 $ hg amend -m "u_B" 44 $ hg amend -m "u_B"