comparison tests/test-commit @ 1488:08c7851969cc

only files in normal state should be marked as deleted fix a traceback when you removed an added file
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 02 Nov 2005 16:08:48 -0800
parents cb4c423cbb38
children 7544700fd931
comparison
equal deleted inserted replaced
1487:2bc6cd62a29c 1488:08c7851969cc
9 hg commit -d '1 4444444' -m commit-3 9 hg commit -d '1 4444444' -m commit-3
10 hg commit -d '1 15.1' -m commit-4 10 hg commit -d '1 15.1' -m commit-4
11 hg commit -d 'foo bar' -m commit-5 11 hg commit -d 'foo bar' -m commit-5
12 hg commit -d ' 1 4444' -m commit-6 12 hg commit -d ' 1 4444' -m commit-6
13 hg commit -d '111111111111 0' -m commit-7 13 hg commit -d '111111111111 0' -m commit-7
14
15 echo bar > bar
16 hg add bar
17 rm bar
18 hg commit -d "0 0" -m commit-8 2>&1 | sed -e "s:/.*\(/test/.*\):...\1:"
14 exit 0 19 exit 0