diff -r 051de900b240 -r 704c3d0878d9 mercurial/upgrade_utils/actions.py --- a/mercurial/upgrade_utils/actions.py Sun Sep 24 04:35:02 2023 +0200 +++ b/mercurial/upgrade_utils/actions.py Tue Oct 10 18:29:04 2023 +0200 @@ -289,8 +289,7 @@ postdowngrademessage = _( b'repository downgraded to not use share safe mode, ' - b'existing shares will not work and needs to' - b' be reshared.' + b'existing shares will not work and need to be reshared.' ) postupgrademessage = _( @@ -359,7 +358,7 @@ description = _(b'Stores copies information alongside changesets.') upgrademessage = _( - b'Allows to use more efficient algorithm to deal with ' b'copy tracing.' + b'Allows to use more efficient algorithm to deal with copy tracing.' ) touches_filelogs = False