changeset 313 | 40b7f2866500 |
parent 305 | d3cdaa49a644 |
child 316 | 98656ffb1cec |
310:574128f982a2 | 313:40b7f2866500 |
---|---|
66 echo % removing commit hook from config |
66 echo % removing commit hook from config |
67 sed -e '/\[hooks\]/,$ d' $HGRCPATH > $HGRCPATH.nohook |
67 sed -e '/\[hooks\]/,$ d' $HGRCPATH > $HGRCPATH.nohook |
68 mv $HGRCPATH.nohook $HGRCPATH |
68 mv $HGRCPATH.nohook $HGRCPATH |
69 rm hooktest |
69 rm hooktest |
70 |
70 |
71 echo |
|
72 echo % touch |
71 echo % touch |
73 touch a b |
72 touch a b |
74 echo % status |
73 echo % status |
75 hg status |
74 hg status |
76 |
75 |