mercurial/upgrade_utils/actions.py
changeset 50990 12c308c55e53
parent 50925 d718eddf01d9
parent 50989 704c3d0878d9
child 51142 ddf2b33ee388
child 51389 e0fc40b95f05
--- a/mercurial/upgrade_utils/actions.py	Wed Jan 25 15:34:27 2023 +0100
+++ b/mercurial/upgrade_utils/actions.py	Wed Oct 11 02:02:46 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