changeset 48295 | bf11ff22a9af |
parent 47646 | 4259a72fe528 |
child 48669 | 7ee07e1a25c0 |
--- a/mercurial/upgrade_utils/actions.py Mon Nov 01 14:59:07 2021 -0400 +++ b/mercurial/upgrade_utils/actions.py Wed Oct 20 00:57:02 2021 +0200 @@ -178,7 +178,9 @@ description = _( b'version 1 of the dirstate file format requires ' - b'reading and parsing it all at once.' + b'reading and parsing it all at once.\n' + b'Version 2 has a better structure,' + b'better information and lighter update mechanism' ) upgrademessage = _(b'"hg status" will be faster')