Mercurial > hg-stable
changeset 17112:f690402e80fb
tests: add '(glob)' for Windows paths in test-subrepo-deep-nested-change.t
Test failure was introduced in 1894dac619de.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Thu, 05 Jul 2012 00:51:05 +0200 |
parents | bddf1220d7a2 |
children | d7493da233c8 |
files | tests/test-subrepo-deep-nested-change.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-subrepo-deep-nested-change.t Thu Jul 05 00:49:26 2012 +0200 +++ b/tests/test-subrepo-deep-nested-change.t Thu Jul 05 00:51:05 2012 +0200 @@ -109,7 +109,7 @@ $ hg --config extensions.largefiles=! add sub1/sub2/folder/test.txt $ hg ci -Sm "add test.txt" committing subrepository sub1 - committing subrepository sub1/sub2 + committing subrepository sub1/sub2 (glob) $ hg --config extensions.largefiles=! archive -S ../archive_all $ find ../archive_all | sort ../archive_all @@ -163,7 +163,7 @@ $ hg --config extensions.largefiles= add --large large.bin $ hg --config extensions.largefiles= ci -S -m "add large files" committing subrepository sub1 - committing subrepository sub1/sub2 + committing subrepository sub1/sub2 (glob) $ hg --config extensions.largefiles= archive -S ../archive_lf $ find ../archive_lf | sort