dirstate: phase-divergent update to 65943224c184
authorPierre-Yves David <pierre-yves.david@octobus.net>
Tue, 21 Feb 2023 22:25:20 +0100
changeset 50156 7e6c5cfaba6a
parent 50155 4c67862a0c49
child 50157 fbb4c7117cf1
dirstate: phase-divergent update to 65943224c184 Heptapod published the obsolete version of those.
mercurial/dirstate.py
--- 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