Mercurial > public > mercurial-scm > hg
diff 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 |
line wrap: on
line diff
--- a/relnotes/next Wed Jan 06 18:31:16 2021 +0530 +++ b/relnotes/next Fri Jan 08 18:07:33 2021 +0530 @@ -53,6 +53,8 @@ == Backwards Compatibility Changes == + * `--force-lock` and `--force-wlock` options on `hg debuglock` command are + renamed to `--force-free-lock` and `--force-free-wlock` respectively. == Internal API Changes ==