comparison tests/test-evolve-stop-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 4688b7eb7e40
children c0921b5277a0
comparison
equal deleted inserted replaced
5757:25257b1be6c6 5823:fd039a7f0c3c
13 > [alias] 13 > [alias]
14 > glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase}" 14 > glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase}"
15 > [extensions] 15 > [extensions]
16 > EOF 16 > EOF
17 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH 17 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH
18
19 #testcases inmemory ondisk
20 #if inmemory
21 $ cat >> $HGRCPATH <<EOF
22 > [experimental]
23 > evolution.in-memory = yes
24 > EOF
25 #endif
18 26
19 $ hg init stoprepo 27 $ hg init stoprepo
20 $ cd stoprepo 28 $ cd stoprepo
21 $ echo ".*\.orig" > .hgignore 29 $ echo ".*\.orig" > .hgignore
22 $ hg add .hgignore 30 $ hg add .hgignore
88 (see 'hg help evolve.interrupted') 96 (see 'hg help evolve.interrupted')
89 [1] 97 [1]
90 98
91 $ hg evolve --stop 99 $ hg evolve --stop
92 stopped the interrupted evolve 100 stopped the interrupted evolve
93 working directory is now at ca1b80f7960a 101 working directory is now at ddba58020bc0
94 102
95 XXX: maybe we should update wdir to where it was
96 $ hg glog 103 $ hg glog
97 * 6:ddba58020bc0 added d 104 @ 6:ddba58020bc0 added d
98 | () draft 105 | () draft
99 | o 4:c41c793e0ef1 added d 106 | o 4:c41c793e0ef1 added d
100 | | () public 107 | | () public
101 | @ 3:ca1b80f7960a added c 108 | o 3:ca1b80f7960a added c
102 | | () public 109 | | () public
103 | o 2:b1661037fa25 added b 110 | o 2:b1661037fa25 added b
104 |/ () public 111 |/ () public
105 o 1:c7586e2a9264 added a 112 o 1:c7586e2a9264 added a
106 | () public 113 | () public