Show More
@@ -1,17 +1,17 | |||
|
1 | 1 | #!/bin/sh |
|
2 | 2 | |
|
3 | 3 | hg init a |
|
4 | 4 | cd a |
|
5 | 5 | echo a > foo |
|
6 | 6 | hg add foo |
|
7 | 7 | hg commit -m 1 -d "1000000 0" |
|
8 | 8 | rm foo |
|
9 | 9 | hg remove foo |
|
10 | 10 | hg commit -m 2 -d "1000000 0" |
|
11 | 11 | hg export 0 | sed -e "s/Thu Jan 01/Thu Jan 1/" |
|
12 | 12 | hg export 1 | sed -e "s/Thu Jan 01/Thu Jan 1/" |
|
13 | hg log -p -r 0 | |
|
14 | hg log -p -r 1 | |
|
13 | hg log -p -r 0 | sed -e "s/Thu Jan 01/Thu Jan 1/" | |
|
14 | hg log -p -r 1 | sed -e "s/Thu Jan 01/Thu Jan 1/" | |
|
15 | 15 | |
|
16 | 16 | cd .. |
|
17 | 17 | hg clone a b |
General Comments 0
You need to be logged in to leave comments.
Login now