Show More
@@ -1,16 +1,16 b'' | |||
|
1 | #!/bin/sh | |
|
1 | $ rm -rf a | |
|
2 | $ hg init a | |
|
3 | $ cd a | |
|
4 | $ echo a > a | |
|
5 | $ hg ci -Am0 | |
|
6 | adding a | |
|
7 | $ hg tag t1 # 1 | |
|
8 | $ hg tag --remove t1 # 2 | |
|
2 | 9 | |
|
3 | rm -rf a | |
|
4 | hg init a | |
|
5 | cd a | |
|
6 | echo a > a | |
|
7 | hg ci -Am0 | |
|
8 | hg tag t1 # 1 | |
|
9 | hg tag --remove t1 # 2 | |
|
10 | $ hg co 1 | |
|
11 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
|
12 | $ hg tag -r0 t1 | |
|
13 | $ hg tags | |
|
14 | tip 3:a49829c4fc11 | |
|
15 | t1 0:f7b1eb17ad24 | |
|
10 | 16 | |
|
11 | hg co 1 | |
|
12 | hg tag -r0 t1 | |
|
13 | hg tags | |
|
14 | ||
|
15 | ||
|
16 |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now