comparison tests/test-topic.t @ 5533:044ce00dfa88 stable

tests: use the modern config setting to enable evolution in topic tests When adding `hg pick --config extensions.evolve=` to test-topic-dest.t to investigate issue6406, it failed with `abort: unknown command 'pick'`. This is a manifestation of issue6039. I made several attempts at determining the root cause, and while I'm still worried about *why* a config setting can cause the extension to fail to fully initialize, there are some topic bugs to cleanup and I don't feel like spending more time on this.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 05 Sep 2020 00:07:01 -0400
parents 95478db35f88
children 98e2613d797d
comparison
equal deleted inserted replaced
5531:3e23bedf8d38 5533:044ce00dfa88
198 (some details hidden, use --verbose to show complete help) 198 (some details hidden, use --verbose to show complete help)
199 $ hg topics 199 $ hg topics
200 200
201 Test topics interaction with evolution: 201 Test topics interaction with evolution:
202 202
203 $ hg topics --config experimental.evolution= 203 $ hg topics --config experimental.evolution= \
204 $ hg topics --config experimental.evolution= --rev . bob 204 > --config experimental.evolution.createmarkers=0 \
205 > --config experimental.evolution.exchange=0
206 $ hg topics --config experimental.evolution= \
207 > --config experimental.evolution.createmarkers=0 \
208 > --config experimental.evolution.exchange=0 \
209 > --rev . bob
205 abort: must have obsolete enabled to change topics 210 abort: must have obsolete enabled to change topics
206 [255] 211 [255]
207 212
208 Create some changes: 213 Create some changes:
209 214