changeset 50156 | 7e6c5cfaba6a |
parent 50155 | 4c67862a0c49 |
child 50157 | fbb4c7117cf1 |
--- 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