equal
deleted
inserted
replaced
51 4 - fbb94e3a0ecf add e (draft) |
51 4 - fbb94e3a0ecf add e (draft) |
52 3 - 47d2a3944de8 add d (draft) |
52 3 - 47d2a3944de8 add d (draft) |
53 2 - 4538525df7e2 add c (draft) |
53 2 - 4538525df7e2 add c (draft) |
54 1 - 7c3bad9141dc add b (public) |
54 1 - 7c3bad9141dc add b (public) |
55 0 - 1f0dee641bb7 add a (public) |
55 0 - 1f0dee641bb7 add a (public) |
|
56 |
|
57 test kill and immutable changeset |
|
58 |
|
59 $ hg log -r 1 --template '{rev} {phase} {obsolete}\n' |
|
60 1 public stable |
|
61 $ hg kill 1 |
|
62 cannot kill immutable changeset 7c3bad9141dc |
|
63 $ hg log -r 1 --template '{rev} {phase} {obsolete}\n' |
|
64 1 public stable |
56 |
65 |
57 test simple kill |
66 test simple kill |
58 |
67 |
59 $ hg id -n |
68 $ hg id -n |
60 5 |
69 5 |