Mercurial > hg-stable
changeset 48300:809e780c72e5 stable
relnotes: fix wrong command name in 5.9 relnotes
Differential Revision: https://phab.mercurial-scm.org/D11735
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 04 Nov 2021 09:55:37 +0100 |
parents | 1ff06ceb070f |
children | ab2dfc993b5c |
files | relnotes/5.9 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/relnotes/5.9 Fri Apr 30 16:00:40 2021 -0700 +++ b/relnotes/5.9 Thu Nov 04 09:55:37 2021 +0100 @@ -2,7 +2,7 @@ * `hg config` now has a `--source` option to show where each configuration value comes from. - * Introduced a command (debug-repair-issue6533) to repair repositories affected + * Introduced a command (debug-repair-issue6528) to repair repositories affected by issue6528 where certain files would show up as modified even if they were clean due to an issue in the copy-tracing code.