comparison tests/test-evolve-wdir.t @ 5824:73573aec18f7 mercurial-5.5

test-compat: merge mercurial-5.6 into mercurial-5.5 # no-check-commit
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Mar 2021 12:40:20 +0800
parents c5dfbbe4363d
children c2484b0217ee 46858e6f8b99 e6ae5af97683 df8df57a3ce3
comparison
equal deleted inserted replaced
5758:552efcc2cc30 5824:73573aec18f7
32 > evolve= 32 > evolve=
33 > rebase= 33 > rebase=
34 > [alias] 34 > [alias]
35 > glog = log --graph --template "{rev}:{node|short} ({phase}): {desc|firstline} {if(troubles, '[{troubles}]')}\n" 35 > glog = log --graph --template "{rev}:{node|short} ({phase}): {desc|firstline} {if(troubles, '[{troubles}]')}\n"
36 > EOF 36 > EOF
37
38 #testcases inmemory ondisk
39 #if inmemory
40 $ cat >> $HGRCPATH <<EOF
41 > [experimental]
42 > evolution.in-memory = yes
43 > EOF
44 #endif
37 45
38 $ hg init repo 46 $ hg init repo
39 $ cd repo 47 $ cd repo
40 $ mkcommit c_A 48 $ mkcommit c_A
41 $ mkcommit c_B 49 $ mkcommit c_B