Mercurial > hg-stable
changeset 5274:89696e71bd89
merge with crew-stable
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 31 Aug 2007 12:40:23 +0200 |
parents | 6e0f05f6f68d (current diff) 5c2ca6d6ab21 (diff) |
children | 4287590a63af |
files | |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-convert-git Fri Aug 31 11:18:29 2007 +0200 +++ b/tests/test-convert-git Fri Aug 31 12:40:23 2007 +0200 @@ -7,12 +7,12 @@ mkdir git-repo cd git-repo -git init +git init-db >/dev/null 2>/dev/null echo a > a git add a -git commit -m t1 > /dev/null || echo "git commit error" +git commit -m t1 >/dev/null 2>/dev/null || echo "git commit error" echo b >> a -git commit -a -m t2 > /dev/null || echo "git commit error" +git commit -a -m t2 >/dev/null || echo "git commit error" cd .. hg convert git-repo