comparison tests/test-bundle-phase-internal.t @ 51984:a878d260ec57

tests: stabilize `test-bundle-phase-internal.t` on Windows This is a silly difference, and we control the Windows side of things from mercurial/windows.py:195. I'll swap and quote the values to be like `no-windows` at some point, but I suspect this exception output would appear elsewhere, and don't feel like waiting for a 2h+ test run to find all of them.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 07 Oct 2024 15:48:06 -0400
parents ac8b7bd915a0
children
comparison
equal deleted inserted replaced
51983:46afce95e5a5 51984:a878d260ec57
248 $ hg bundle --type v3 --exact --rev $shelved_node --hidden ../internal-01.hg 248 $ hg bundle --type v3 --exact --rev $shelved_node --hidden ../internal-01.hg
249 abort: cannot bundle internal changesets 249 abort: cannot bundle internal changesets
250 (1 internal changesets selected) 250 (1 internal changesets selected)
251 [255] 251 [255]
252 $ hg debugbundle ../internal-01.hg 252 $ hg debugbundle ../internal-01.hg
253 abort: $ENOENT$: '../internal-01.hg' 253 abort: $ENOENT$: '../internal-01.hg' (no-windows !)
254 abort: ../internal-01.hg: $ENOENT$ (windows !)
254 [255] 255 [255]
255 256
256 try to bundle it with other, somewhat explicitly 257 try to bundle it with other, somewhat explicitly
257 ------------------------------------------------ 258 ------------------------------------------------
258 259
261 $ hg bundle --type v3 --exact --rev 'desc(b)':: --hidden ../internal-02.hg 262 $ hg bundle --type v3 --exact --rev 'desc(b)':: --hidden ../internal-02.hg
262 abort: cannot bundle internal changesets 263 abort: cannot bundle internal changesets
263 (1 internal changesets selected) 264 (1 internal changesets selected)
264 [255] 265 [255]
265 $ hg debugbundle ../internal-02.hg 266 $ hg debugbundle ../internal-02.hg
266 abort: $ENOENT$: '../internal-02.hg' 267 abort: $ENOENT$: '../internal-02.hg' (no-windows !)
268 abort: ../internal-02.hg: $ENOENT$ (windows !)
267 [255] 269 [255]
268 270
269 bundle visible ancestors 271 bundle visible ancestors
270 ------------------------ 272 ------------------------
271 273