mercurial/upgrade_utils/actions.py
branchstable
changeset 50989 704c3d0878d9
parent 50643 c814101560d9
child 50990 12c308c55e53
--- 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