Mercurial > hg
changeset 49421:a974c52fb79a
relnotes: mention chg behavior change when given --cwd
author | Arun Kulshreshtha <akulshreshtha@janestreet.com> |
---|---|
date | Tue, 16 Aug 2022 11:19:54 -0400 |
parents | 3681a47611b8 |
children | 360c156e1f81 |
files | relnotes/next |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/relnotes/next Wed Aug 10 15:01:50 2022 -0400 +++ b/relnotes/next Tue Aug 16 11:19:54 2022 -0400 @@ -13,6 +13,12 @@ == Backwards Compatibility Changes == + * chg worker processes will now correctly load per-repository configuration + when given a both a relative `--repository` path and an alternate working + directory via `--cwd`. A side-effect of this change is that these workers + will now return an error if hg cannot find the current working directory, + even when a different directory is specified via `--cwd`. + == Internal API Changes == == Miscellaneous ==