comparison tests/test-evolve.t @ 6075:f49e5fa3ae0e stable

evolve: add a help section for 'skip content-divergence check'
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Fri, 23 Jul 2021 13:08:56 +0530
parents 65d4e47d7f26
children a02dc487c452 53d63b608230
comparison
equal deleted inserted replaced
6058:99153a05e1f5 6075:f49e5fa3ae0e
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