comparison tests/test-tag @ 1308:2073e5a71008

Cleanup of tabs and trailing spaces.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 21 Sep 2005 07:56:19 +0200
parents 0902ffece4b4
children 9c6d0abdb94e
comparison
equal deleted inserted replaced
1285:1546c2aa6b30 1308:2073e5a71008
3 hg init 3 hg init
4 echo a > a 4 echo a > a
5 hg add a 5 hg add a
6 hg commit -m "test" -d "0 0" 6 hg commit -m "test" -d "0 0"
7 hg history 7 hg history
8 hg tag -d "0 0" "bleah" 8 hg tag -d "0 0" "bleah"
9 hg history 9 hg history
10 10
11 echo foo >> .hgtags 11 echo foo >> .hgtags
12 hg tag -d "0 0" "bleah2" || echo "failed" 12 hg tag -d "0 0" "bleah2" || echo "failed"
13 13