Mercurial > evolve
comparison tests/test-grab.t @ 4183:536c67823962
commands: adjust metavariables as appropriate
Apart from looking better in hg help command, these strings are also helpful
when generating shell completions programmatically.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 17 Oct 2018 23:10:30 +0800 |
parents | ecbf61d90807 |
children | 424b498aac00 |
comparison
equal
deleted
inserted
replaced
4182:4d30cb45b57f | 4183:536c67823962 |
---|---|
23 grabs a commit, move it on the top of working directory parent and | 23 grabs a commit, move it on the top of working directory parent and |
24 updates to it. | 24 updates to it. |
25 | 25 |
26 options: | 26 options: |
27 | 27 |
28 -r --rev VALUE revision to pick | 28 -r --rev REV revision to pick |
29 -c --continue continue interrupted pick | 29 -c --continue continue interrupted pick |
30 -a --abort abort interrupted pick | 30 -a --abort abort interrupted pick |
31 | 31 |
32 (some details hidden, use --verbose to show complete help) | 32 (some details hidden, use --verbose to show complete help) |
33 | 33 |
34 $ mkcommit a | 34 $ mkcommit a |
35 $ mkcommit b | 35 $ mkcommit b |