Mercurial > hg-stable
diff tests/test-backout.t @ 48435:f838f5bca038
dirstate: stop gathering parentfiledata in update_file
Gathering information here assume that they are valid cache information for a
clean file. It is true most of the time, but not garanteed.
Accurate data can still be explicitly provided.
We drop the spontaneous and will let the next `hg status` call record actual information.
Differential Revision: https://phab.mercurial-scm.org/D11791
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 17 Nov 2021 20:27:27 +0100 |
parents | e9d588b28710 |
children | 000130cfafb6 |
line wrap: on
line diff
--- a/tests/test-backout.t Wed Nov 17 20:26:33 2021 +0100 +++ b/tests/test-backout.t Wed Nov 17 20:27:27 2021 +0100 @@ -173,8 +173,7 @@ C c $ hg debugstate --no-dates n 644 12 set c (no-rhg !) - n 644 12 unset c (?) - n 644 12 set c (?) + n 0 -1 unset c (rhg known-bad-output !) $ hg backout -d '6 0' -m 'to be rollback-ed soon' -r . removing c adding b