comparison tests/test-manifest.t @ 23348:bbe56e07e07a

tests: fix globs for Windows test-largefiles-update.t, test-subrepo.t, test-tag.t, and test-rename-dir-merge.t still warn about no result returned because of unnecessary globs that test-check-code-hg.t wants, relating to output for pushing to, pulling from and moving X to Y.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 16 Nov 2014 16:26:15 -0500
parents edf07a804ac4
children 4441705b7111
comparison
equal deleted inserted replaced
23347:49cdf51cbc6c 23348:bbe56e07e07a
24 b/a 24 b/a
25 l 25 l
26 26
27 $ hg files -vr . 27 $ hg files -vr .
28 2 a 28 2 a
29 2 x b/a 29 2 x b/a (glob)
30 1 l l 30 1 l l
31 $ hg files -r . -X b 31 $ hg files -r . -X b
32 a 32 a
33 l 33 l
34 34