comparison tests/test-backout.t @ 48387: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
comparison
equal deleted inserted replaced
48386:6becd5773133 48387:f838f5bca038
171 $ touch -t 200001010000 c 171 $ touch -t 200001010000 c
172 $ hg status -A 172 $ hg status -A
173 C c 173 C c
174 $ hg debugstate --no-dates 174 $ hg debugstate --no-dates
175 n 644 12 set c (no-rhg !) 175 n 644 12 set c (no-rhg !)
176 n 644 12 unset c (?) 176 n 0 -1 unset c (rhg known-bad-output !)
177 n 644 12 set c (?)
178 $ hg backout -d '6 0' -m 'to be rollback-ed soon' -r . 177 $ hg backout -d '6 0' -m 'to be rollback-ed soon' -r .
179 removing c 178 removing c
180 adding b 179 adding b
181 changeset 6:4bfec048029d backs out changeset 5:fac0b729a654 180 changeset 6:4bfec048029d backs out changeset 5:fac0b729a654
182 $ hg rollback -q 181 $ hg rollback -q