comparison tests/test-evolve.t @ 6158:a02dc487c452 mercurial-5.8

test-compat: merge mercurial-5.9 into mercurial-5.8
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 18 Nov 2021 18:54:51 +0300
parents 1a13ac9ef30a f49e5fa3ae0e
children 171d13d8f0ce 75e11a0b9558
comparison
equal deleted inserted replaced
6063:1a13ac9ef30a 6158:a02dc487c452
111 111
112 or simply: 112 or simply:
113 113
114 [experimental] 114 [experimental]
115 evolution=all 115 evolution=all
116
117 To prevent users from creating content divergence, a check is performed by
118 default on the revisions being rewritten, and the operation is aborted if
119 it creates divergence. If users want to allow creating content divergent
120 changesets, this check can be turned off by setting the following config:
121
122 [experimental]
123 evolution.allowdivergence=True
116 124
117 various init 125 various init
118 126
119 $ hg init local 127 $ hg init local
120 $ cd local 128 $ cd local