changeset 50156:7e6c5cfaba6a

dirstate: phase-divergent update to 65943224c184 Heptapod published the obsolete version of those.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 21 Feb 2023 22:25:20 +0100
parents 4c67862a0c49
children fbb4c7117cf1
files mercurial/dirstate.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/dirstate.py	Sun Feb 19 03:21:12 2023 +0100
+++ b/mercurial/dirstate.py	Tue Feb 21 22:25:20 2023 +0100
@@ -66,7 +66,7 @@
 
 
 def check_invalidated(func):
-    """check we func is called a non-invalidated dirstate
+    """check that the func is called with a non-invalidated dirstate
 
     The dirstate is in an "invalidated state" after an error occured during its
     modification and remains so until we exited the top level scope that framed