Mercurial > hg
diff tests/test-subrepo-relative-path.t @ 15447:9910f60a37ee
tests: make (glob) on windows accept \ instead of /
Globbing is usually used for filenames, so on windows it is reasonable and very
convenient that glob patterns accepts '\' or '/' when the pattern specifies
'/'.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Mon, 07 Nov 2011 03:25:10 +0100 |
parents | c5c9ca3719f9 |
children | d8fa35c28335 |
line wrap: on
line diff
--- a/tests/test-subrepo-relative-path.t Mon Nov 07 03:24:53 2011 +0100 +++ b/tests/test-subrepo-relative-path.t Mon Nov 07 03:25:10 2011 +0100 @@ -5,7 +5,7 @@ $ hg init sub $ echo sub > sub/sub $ hg add -R sub - adding sub/sub + adding sub/sub (glob) $ hg commit -R sub -m "sub import" Preparing the 'main' repo which depends on the subrepo 'sub' @@ -17,8 +17,8 @@ updating to branch default 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg add -R main - adding main/.hgsub - adding main/main + adding main/.hgsub (glob) + adding main/main (glob) $ hg commit -R main -m "main import" committing subrepository sub