comparison tests/test-hgwebdir.t @ 46651:6fc57680cfd6

error: remove shortening of node in error message This strips the complete 20 bytes node which was not found. Having the the full node in error message is important as it makes debugging easier. If a short node is to be displayed, that should be done by callers. Differential Revision: https://phab.mercurial-scm.org/D9994
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 10 Feb 2021 17:24:54 +0530
parents 15e8250a82da
children
comparison
equal deleted inserted replaced
46650:2803f94b7431 46651:6fc57680cfd6
101 101
102 $ get-with-headers.py localhost:$HGPORT 'a/file/tip/bork?style=raw' 102 $ get-with-headers.py localhost:$HGPORT 'a/file/tip/bork?style=raw'
103 404 Not Found 103 404 Not Found
104 104
105 105
106 error: bork@8580ff50825a: not found in manifest 106 error: bork@8580ff50825a50c8f716709acdf8de0deddcd6ab: not found in manifest
107 [1] 107 [1]
108 108
109 should succeed 109 should succeed
110 110
111 $ get-with-headers.py localhost:$HGPORT '?style=raw' 111 $ get-with-headers.py localhost:$HGPORT '?style=raw'