changeset 13956 | ffb5c09ba822 |
parent 13920 | 332e400764e5 |
child 15293 | 0e34699d6988 |
13954:1184bb274cb3 | 13956:ffb5c09ba822 |
---|---|
1 $ mkdir t |
1 $ hg init t |
2 $ cd t |
2 $ cd t |
3 $ hg init |
|
4 $ echo import > port |
3 $ echo import > port |
5 $ hg add port |
4 $ hg add port |
6 $ hg commit -m 0 -u spam -d '0 0' |
5 $ hg commit -m 0 -u spam -d '0 0' |
7 $ echo export >> port |
6 $ echo export >> port |
8 $ hg commit -m 1 -u eggs -d '1 0' |
7 $ hg commit -m 1 -u eggs -d '1 0' |