comparison relnotes/next @ 46237:bc884e31b8c8

debuglock: rename flag names to better clarity `--force-lock` sounds as if we are taking the lock however in reality it's the opposite. Differential Revision: https://phab.mercurial-scm.org/D9690
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 08 Jan 2021 18:07:33 +0530
parents a27aa754d6ba
children c4b792fa109e
comparison
equal deleted inserted replaced
46236:eec47efe219d 46237:bc884e31b8c8
51 51
52 52
53 53
54 == Backwards Compatibility Changes == 54 == Backwards Compatibility Changes ==
55 55
56 * `--force-lock` and `--force-wlock` options on `hg debuglock` command are
57 renamed to `--force-free-lock` and `--force-free-wlock` respectively.
56 58
57 59
58 == Internal API Changes == 60 == Internal API Changes ==
59 61
60 62