Mercurial > evolve
diff tests/test-grab.t @ 4048:d7034826c0a2
pick: rename the grab command to pick
Grab is ambiguous with "graft", "pick" match the associated verb in histedit.
The "grab" name is preserved as an alias for now.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 31 Aug 2018 09:11:04 +0200 |
parents | 7b4d1bfb6b7d |
children | 25981fae92f9 |
line wrap: on
line diff
--- a/tests/test-grab.t Fri Aug 31 09:08:13 2018 +0200 +++ b/tests/test-grab.t Fri Aug 31 09:11:04 2018 +0200 @@ -16,16 +16,18 @@ $ hg init repo $ cd repo $ hg help grab - hg grab [-r] rev + hg pick [-r] rev + + aliases: grab grabs a commit, move it on the top of working directory parent and updates to it. options: - -r --rev VALUE revision to grab - -c --continue continue interrupted grab - -a --abort abort interrupted grab + -r --rev VALUE revision to pick + -c --continue continue interrupted pick + -a --abort abort interrupted pick (some details hidden, use --verbose to show complete help)