# HG changeset patch # User Pierre-Yves David # Date 1677014720 -3600 # Node ID 7e6c5cfaba6a9c0d87fa44e51b9210dd01b30a00 # Parent 4c67862a0c49d3db8678f18fadef4d32571b8b63 dirstate: phase-divergent update to 65943224c184 Heptapod published the obsolete version of those. diff -r 4c67862a0c49 -r 7e6c5cfaba6a 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