comparison tests/test-histedit-obsolete.t @ 33773:6c1a9fd8361b

test: update evolution config evolution* config has been rewritten in stabilization* in the previous patch, update tests file to use the new names. Differential Revision: https://phab.mercurial-scm.org/D249
author Boris Feld <boris.feld@octobus.net>
date Fri, 04 Aug 2017 18:41:16 +0200
parents b320ff822c7e
children 9dcc3529e002
comparison
equal deleted inserted replaced
33772:d434a7f0685c 33773:6c1a9fd8361b
6 > [ui] 6 > [ui]
7 > logtemplate= {rev}:{node|short} {desc|firstline} 7 > logtemplate= {rev}:{node|short} {desc|firstline}
8 > [phases] 8 > [phases]
9 > publish=False 9 > publish=False
10 > [experimental] 10 > [experimental]
11 > evolution=createmarkers,allowunstable 11 > stabilization=createmarkers,allowunstable
12 > [extensions] 12 > [extensions]
13 > histedit= 13 > histedit=
14 > rebase= 14 > rebase=
15 > EOF 15 > EOF
16 16
543 | 543 |
544 o 12:40db8afa467b (public) c 544 o 12:40db8afa467b (public) c
545 | 545 |
546 o 0:cb9a9f314b8b (public) a 546 o 0:cb9a9f314b8b (public) a
547 547
548 $ hg histedit -r 'b449568bf7fc' --commands - << EOF --config experimental.evolution.track-operation=1 548 $ hg histedit -r 'b449568bf7fc' --commands - << EOF --config experimental.stabilization.track-operation=1
549 > pick b449568bf7fc 13 f 549 > pick b449568bf7fc 13 f
550 > pick 7395e1ff83bd 15 h 550 > pick 7395e1ff83bd 15 h
551 > pick 6b70183d2492 14 g 551 > pick 6b70183d2492 14 g
552 > pick b605fb7503f2 16 i 552 > pick b605fb7503f2 16 i
553 > pick 3a6c53ee7f3d 17 j 553 > pick 3a6c53ee7f3d 17 j
554 > edit ee118ab9fa44 18 k 554 > edit ee118ab9fa44 18 k
555 > EOF 555 > EOF
556 Editing (ee118ab9fa44), you may commit or record as needed now. 556 Editing (ee118ab9fa44), you may commit or record as needed now.
557 (hg histedit --continue to resume) 557 (hg histedit --continue to resume)
558 [1] 558 [1]
559 $ hg histedit --continue --config experimental.evolution.track-operation=1 559 $ hg histedit --continue --config experimental.stabilization.track-operation=1
560 $ hg log -G 560 $ hg log -G
561 @ 23:175d6b286a22 (secret) k 561 @ 23:175d6b286a22 (secret) k
562 | 562 |
563 o 22:44ca09d59ae4 (secret) j 563 o 22:44ca09d59ae4 (secret) j
564 | 564 |