# HG changeset patch # User Thomas Arendsen Hein # Date 1185730375 -7200 # Node ID 36e8983fe44d5a6b3dd305eed1baff2cb2f98bd1 # Parent 17d71a79a257f8f4ceb078695badc2944ce1a427 test-convert: Hide warning about missing subversion bindings. diff --git a/tests/test-convert b/tests/test-convert --- a/tests/test-convert +++ b/tests/test-convert @@ -17,5 +17,5 @@ echo a >> a hg ci -d'4 0' -me cd .. -hg convert a +hg convert a 2>&1 | grep -v 'subversion python bindings could not be loaded' hg --cwd a-hg pull ../a