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 |
|
10 | $ hg co 1 | |
4 | hg init a |
|
11 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
5 | cd a |
|
12 | $ hg tag -r0 t1 | |
6 | echo a > a |
|
13 | $ hg tags | |
7 | hg ci -Am0 |
|
14 | tip 3:a49829c4fc11 | |
8 | hg tag t1 # 1 |
|
15 | t1 0:f7b1eb17ad24 | |
9 | hg tag --remove t1 # 2 |
|
|||
10 |
|
16 | |||
11 | hg co 1 |
|
|||
12 | hg tag -r0 t1 |
|
|||
13 | hg tags |
|
|||
14 |
|
||||
15 |
|
||||
16 |
|
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now