# HG changeset patch # User Matt Harbison # Date 1728330486 14400 # Node ID a878d260ec57fd1fa05616436e83359a56a7071a # Parent 46afce95e5a5945f4c64652e8dd3908d5e37995d 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. diff -r 46afce95e5a5 -r a878d260ec57 tests/test-bundle-phase-internal.t --- a/tests/test-bundle-phase-internal.t Mon Oct 07 13:19:16 2024 -0400 +++ b/tests/test-bundle-phase-internal.t Mon Oct 07 15:48:06 2024 -0400 @@ -250,7 +250,8 @@ (1 internal changesets selected) [255] $ hg debugbundle ../internal-01.hg - abort: $ENOENT$: '../internal-01.hg' + abort: $ENOENT$: '../internal-01.hg' (no-windows !) + abort: ../internal-01.hg: $ENOENT$ (windows !) [255] try to bundle it with other, somewhat explicitly @@ -263,7 +264,8 @@ (1 internal changesets selected) [255] $ hg debugbundle ../internal-02.hg - abort: $ENOENT$: '../internal-02.hg' + abort: $ENOENT$: '../internal-02.hg' (no-windows !) + abort: ../internal-02.hg: $ENOENT$ (windows !) [255] bundle visible ancestors