# HG changeset patch # User Raphaël Gomès # Date 2021-11-04 08:55:37 # Node ID 809e780c72e5fe37d31ea7d87251ab073083ecc3 # Parent 1ff06ceb070fd17ee7423bc6c68edb90c451587d relnotes: fix wrong command name in 5.9 relnotes Differential Revision: https://phab.mercurial-scm.org/D11735 diff --git a/relnotes/5.9 b/relnotes/5.9 --- a/relnotes/5.9 +++ b/relnotes/5.9 @@ -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.