diff mercurial/upgrade_utils/actions.py @ 50992:704c3d0878d9 stable

cleanup: typos, formatting
author Joerg Sonnenberger <joerg@bec.de>
date Tue, 10 Oct 2023 18:29:04 +0200
parents c814101560d9
children 12c308c55e53
line wrap: on
line diff
--- 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