Mercurial > hg-stable
changeset 6329:3f754be7abbb
tests: fix repeatability for test-filebranch with dirstate granularity
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 20 Mar 2008 15:59:54 -0500 |
parents | 991f7518c3f3 |
children | 4e836769d93c |
files | tests/test-filebranch tests/test-filebranch.out |
diffstat | 2 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-filebranch Thu Mar 20 14:14:15 2008 -0500 +++ b/tests/test-filebranch Thu Mar 20 15:59:54 2008 -0500 @@ -37,7 +37,7 @@ hg commit -m "branch b" -d "1000000 0" echo "we shouldn't have anything but n state here" -hg debugstate --nodates +hg debugstate --nodates | grep -v "^n" echo merging hg pull ../a
--- a/tests/test-filebranch.out Thu Mar 20 14:14:15 2008 -0500 +++ b/tests/test-filebranch.out Thu Mar 20 15:59:54 2008 -0500 @@ -3,10 +3,6 @@ creating branch a creating branch b we shouldn't have anything but n state here -n 0 -1 bar -n 0 -1 baz -n 0 -1 foo -n 0 -1 quux merging pulling from ../a searching for changes