author | Florent Guillaume <fg@nuxeo.com> |
Sun, 23 Mar 2008 01:13:56 +0100 | |
changeset 6358 | 7cb9af02e250 |
parent 6357 | 62980dd86bf6 |
child 6359 | 25e74cd3f023 |
tests/test-remove | file | annotate | diff | comparison | revisions |
--- a/tests/test-remove Sun Mar 23 01:04:51 2008 +0100 +++ b/tests/test-remove Sun Mar 23 01:13:56 2008 +0100 @@ -4,7 +4,7 @@ hg rm $@ hg st # do not use ls -R, which recurses in .hg subdirs on Mac OS X 10.5 - find . -name .hg -prune -o -type f -print + find . -name .hg -prune -o -type f -print | sort hg up -C }