Mercurial > evolve
diff tests/test-stabilize-result.t @ 1631:7463f5880ce9
prune: remove the kill alias
This have been a long time since the command was rename (over 'kill -1' threat),
it is time to get rid of it.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 18 Mar 2016 16:37:49 -0700 |
parents | c4f8a2916e43 |
children | dd6f090b7342 8f902ec9ed9a |
line wrap: on
line diff
--- a/tests/test-stabilize-result.t Thu Mar 17 15:04:05 2016 -0700 +++ b/tests/test-stabilize-result.t Fri Mar 18 16:37:49 2016 -0700 @@ -366,6 +366,6 @@ /!\ * hg up to the parent of the amended changeset (which are named W and Z) /!\ * hg revert --all -r X /!\ * hg ci -m "same message as the amended changeset" => new cset Y - /!\ * hg kill -n Y W Z + /!\ * hg prune -n Y W Z ) [255]