comparison tests/test-tag.t @ 34868:44797aedfb35

config: use 'experimental.evolution.exchange' Extract 'experimental.evolution' = exchange as 'experimental.evolution.exchange'. We keep the new option in the 'experimental.evolution' namespace in order to stay coherent with other options ('experimental.evolution.bundle-obsmarker' and 'experimental.evolution.track-operation') ease the renaming as possibly 'evolution.exchange'. Differential Revision: https://phab.mercurial-scm.org/D1151
author Boris Feld <boris.feld@octobus.net>
date Thu, 28 Sep 2017 21:07:58 +0100
parents 1644623ab096
children 4441705b7111
comparison
equal deleted inserted replaced
34867:7f183c643eb6 34868:44797aedfb35
413 413
414 issue5539: pruned tags do not appear in .hgtags 414 issue5539: pruned tags do not appear in .hgtags
415 415
416 $ cat >> $HGRCPATH << EOF 416 $ cat >> $HGRCPATH << EOF
417 > [experimental] 417 > [experimental]
418 > evolution=exchange 418 > evolution.exchange = True
419 > evolution.createmarkers=True 419 > evolution.createmarkers=True
420 > EOF 420 > EOF
421 $ hg up e4d483960b9b --quiet 421 $ hg up e4d483960b9b --quiet
422 $ echo aaa >>a 422 $ echo aaa >>a
423 $ hg ci -maaa 423 $ hg ci -maaa