comparison tests/test-convert @ 5028:36e8983fe44d

test-convert: Hide warning about missing subversion bindings.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 29 Jul 2007 19:32:55 +0200
parents cb100605a516
children 71e7c86adcb7
comparison
equal deleted inserted replaced
5027:17d71a79a257 5028:36e8983fe44d
15 hg ci -d'3 0' -md 15 hg ci -d'3 0' -md
16 echo a >> a 16 echo a >> a
17 hg ci -d'4 0' -me 17 hg ci -d'4 0' -me
18 18
19 cd .. 19 cd ..
20 hg convert a 20 hg convert a 2>&1 | grep -v 'subversion python bindings could not be loaded'
21 hg --cwd a-hg pull ../a 21 hg --cwd a-hg pull ../a