Mercurial > public > mercurial-scm > hg
diff tests/test-annotate.t @ 47809:98c3fa6a3ac2 stable
vfs: always use / as file separator (issue6546)
Various part of vfs already enforce `/` usage and using `\` confuse the encoded
vfs. So we simply use `/` all the time.
Differential Revision: https://phab.mercurial-scm.org/D11260
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 05 Aug 2021 12:53:44 +0200 |
parents | d55b71393907 |
children | 12966768595a |
line wrap: on
line diff
--- a/tests/test-annotate.t Thu Aug 05 12:53:36 2021 +0200 +++ b/tests/test-annotate.t Thu Aug 05 12:53:44 2021 +0200 @@ -631,7 +631,7 @@ $ rm baz $ hg annotate -ncr "wdir()" baz - abort: $TESTTMP\repo\baz: $ENOENT$ (windows !) + abort: $TESTTMP\repo/baz: $ENOENT$ (windows !) abort: $ENOENT$: '$TESTTMP/repo/baz' (no-windows !) [255] @@ -640,7 +640,7 @@ $ hg rm baz $ hg annotate -ncr "wdir()" baz - abort: $TESTTMP\repo\baz: $ENOENT$ (windows !) + abort: $TESTTMP\repo/baz: $ENOENT$ (windows !) abort: $ENOENT$: '$TESTTMP/repo/baz' (no-windows !) [255]