Mercurial > evolve
comparison tests/test-evolve-wdir.t @ 6810:8ab491c44bb9 mercurial-5.5
test-compat: merge mercurial-5.6 into mercurial-5.5
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 26 Jun 2024 19:51:33 +0400 |
parents | e5bd76f95145 |
children | 716912541759 |
comparison
equal
deleted
inserted
replaced
6809:9903ee44e658 | 6810:8ab491c44bb9 |
---|---|
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" |