Mercurial > evolve
comparison tests/test-pick.t @ 6158:a02dc487c452 mercurial-5.8
test-compat: merge mercurial-5.9 into mercurial-5.8
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 18 Nov 2021 18:54:51 +0300 |
parents | 1a13ac9ef30a 0d8d805fadbb |
children | 171d13d8f0ce 4bcd641b7aec |
comparison
equal
deleted
inserted
replaced
6063:1a13ac9ef30a | 6158:a02dc487c452 |
---|---|
27 $ hg help pick | 27 $ hg help pick |
28 hg pick [OPTION]... [-r] REV | 28 hg pick [OPTION]... [-r] REV |
29 | 29 |
30 aliases: grab | 30 aliases: grab |
31 | 31 |
32 move a commit on the top of working directory parent and updates to it. | 32 move a commit onto the working directory parent and update to it. |
33 | |
34 If there is an active topic, it will be used for the resulting changeset. | |
33 | 35 |
34 options: | 36 options: |
35 | 37 |
36 -r --rev REV revision to pick | 38 -r --rev REV revision to pick |
37 -c --continue continue interrupted pick | 39 -c --continue continue interrupted pick |