comparison tests/test-narrow-exchange.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 95c4cca641f6
children 96ee8ca99f5a
comparison
equal deleted inserted replaced
46650:2803f94b7431 46651:6fc57680cfd6
103 remote: adding changesets 103 remote: adding changesets
104 remote: adding manifests 104 remote: adding manifests
105 remote: adding file changes 105 remote: adding file changes
106 remote: transaction abort! 106 remote: transaction abort!
107 remote: rollback completed 107 remote: rollback completed
108 remote: abort: data/inside2/f.i@4a1aa07735e6: unknown parent (reporevlogstore !) 108 remote: abort: data/inside2/f.i@4a1aa07735e673e20c00fae80f40dc301ee30616: unknown parent (reporevlogstore !)
109 remote: abort: data/inside2/f/index@4a1aa07735e6: no node (reposimplestore !) 109 remote: abort: data/inside2/f/index@4a1aa07735e6: no node (reposimplestore !)
110 abort: stream ended unexpectedly (got 0 bytes, expected 4) 110 abort: stream ended unexpectedly (got 0 bytes, expected 4)
111 [255] 111 [255]
112 112
113 Can pull from wider repo if change affects only paths outside remote's 113 Can pull from wider repo if change affects only paths outside remote's
216 searching for changes 216 searching for changes
217 remote: adding changesets 217 remote: adding changesets
218 remote: adding manifests 218 remote: adding manifests
219 remote: adding file changes 219 remote: adding file changes
220 remote: added 1 changesets with 0 changes to 0 files (no-lfs-on !) 220 remote: added 1 changesets with 0 changes to 0 files (no-lfs-on !)
221 remote: error: pretxnchangegroup.lfs hook raised an exception: data/inside2/f.i@f59b4e021835: no match found (lfs-on !) 221 remote: error: pretxnchangegroup.lfs hook raised an exception: data/inside2/f.i@f59b4e0218355383d2789196f1092abcf2262b0c: no match found (lfs-on !)
222 remote: transaction abort! (lfs-on !) 222 remote: transaction abort! (lfs-on !)
223 remote: rollback completed (lfs-on !) 223 remote: rollback completed (lfs-on !)
224 remote: abort: data/inside2/f.i@f59b4e021835: no match found (lfs-on !) 224 remote: abort: data/inside2/f.i@f59b4e0218355383d2789196f1092abcf2262b0c: no match found (lfs-on !)
225 abort: stream ended unexpectedly (got 0 bytes, expected 4) (lfs-on !) 225 abort: stream ended unexpectedly (got 0 bytes, expected 4) (lfs-on !)