Mercurial > evolve
comparison tests/test-pick.t @ 6936:a239ea1dfacb default tip
branching: merge with stable
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 22 Nov 2024 16:53:42 +0400 |
parents | 195941260a67 |
children |
comparison
equal
deleted
inserted
replaced
6928:361dcfcb3f08 | 6936:a239ea1dfacb |
---|---|
23 > hg ci -m "add $1" | 23 > hg ci -m "add $1" |
24 > } | 24 > } |
25 | 25 |
26 $ hg init repo | 26 $ hg init repo |
27 $ cd repo | 27 $ cd repo |
28 $ hg help pick | 28 $ hg help pick | sed 's/^ //' |
29 hg pick [OPTION]... [-r] REV | 29 hg pick [OPTION]... [-r] REV |
30 | 30 |
31 aliases: grab | 31 aliases: grab |
32 | 32 |
33 move a commit onto the working directory parent and update to it. | 33 move a commit onto the working directory parent and update to it. |
34 | 34 |
35 The resulting changeset will have the current active topic. If there's no | 35 The resulting changeset will have the current active topic. If there's no |
36 active topic set, the resulting changeset will also not have any topic. | 36 active topic set, the resulting changeset will also not have any topic. |
37 | 37 |
38 options: | 38 options: |
39 | 39 |
40 -r --rev REV revision to pick | 40 -r --rev REV revision to pick |
41 -c --continue continue interrupted pick | 41 -c --continue continue interrupted pick |