comparison tests/test-rawcommit1 @ 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 7544700fd931
comparison
equal deleted inserted replaced
1285:1546c2aa6b30 1308:2073e5a71008
1 #!/bin/sh 1 #!/bin/sh
2 hg --debug init 2 hg --debug init
3 echo this is a1 > a 3 echo this is a1 > a
4 hg add a 4 hg add a
5 hg commit -m0 -d "0 0" 5 hg commit -m0 -d "0 0"
6 echo this is b1 > b 6 echo this is b1 > b
7 hg add b 7 hg add b
8 hg commit -m1 -d "0 0" 8 hg commit -m1 -d "0 0"
9 hg manifest 1 9 hg manifest 1
10 echo this is c1 > c 10 echo this is c1 > c
11 hg rawcommit -p 1 -d "0 0" -m2 c 11 hg rawcommit -p 1 -d "0 0" -m2 c
12 hg manifest 2 12 hg manifest 2
13 hg parents 13 hg parents