# HG changeset patch # User Raphaël Gomès # Date 1636016137 -3600 # Node ID 809e780c72e5fe37d31ea7d87251ab073083ecc3 # Parent 1ff06ceb070fd17ee7423bc6c68edb90c451587d relnotes: fix wrong command name in 5.9 relnotes Differential Revision: https://phab.mercurial-scm.org/D11735 diff -r 1ff06ceb070f -r 809e780c72e5 relnotes/5.9 --- 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.