comparison tests/test-verify.t @ 49827:d09a57ce6fc4

verify: print short `p1` node in relevant dirstate messages This will help with debugging.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 21 Dec 2022 12:26:00 +0100
parents c84844cd523a
children 49b00a04028f
comparison
equal deleted inserted replaced
49826:c84844cd523a 49827:d09a57ce6fc4
124 $ rm .hg/store/00changelog.* 124 $ rm .hg/store/00changelog.*
125 $ rm .hg/store/00manifest.* 125 $ rm .hg/store/00manifest.*
126 $ hg verify -q 126 $ hg verify -q
127 warning: orphan data file 'data/file.i' 127 warning: orphan data file 'data/file.i'
128 warning: ignoring unknown working parent c5ddb05ab828! 128 warning: ignoring unknown working parent c5ddb05ab828!
129 file marked as tracked in p1 but not in manifest1 129 file marked as tracked in p1 (000000000000) but not in manifest1
130 1 warnings encountered! 130 1 warnings encountered!
131 1 integrity errors encountered! 131 1 integrity errors encountered!
132 dirstate inconsistent with current parent's manifest 132 dirstate inconsistent with current parent's manifest
133 1 dirstate errors 133 1 dirstate errors
134 [1] 134 [1]