tests/test-rawcommit1
changeset 1308 2073e5a71008
parent 814 0902ffece4b4
child 1933 7544700fd931
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