Mercurial > evolve
comparison tests/test-evolve-abort-phasediv.t @ 5823:fd039a7f0c3c mercurial-5.6
test-compat: merge stable into mercurial-5.6
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Mar 2021 12:29:50 +0800 |
parents | 8e4f6354b316 c5dfbbe4363d |
children | 67fc03f42d92 43c4db536990 |
comparison
equal
deleted
inserted
replaced
5757:25257b1be6c6 | 5823:fd039a7f0c3c |
---|---|
22 | 22 |
23 #if abortflag | 23 #if abortflag |
24 $ cat >> $HGRCPATH <<EOF | 24 $ cat >> $HGRCPATH <<EOF |
25 > [alias] | 25 > [alias] |
26 > abort = evolve --abort | 26 > abort = evolve --abort |
27 > EOF | |
28 #endif | |
29 | |
30 #testcases inmemory ondisk | |
31 #if inmemory | |
32 $ cat >> $HGRCPATH <<EOF | |
33 > [experimental] | |
34 > evolution.in-memory = yes | |
27 > EOF | 35 > EOF |
28 #endif | 36 #endif |
29 | 37 |
30 $ hg init abortrepo | 38 $ hg init abortrepo |
31 $ cd abortrepo | 39 $ cd abortrepo |