equal
deleted
inserted
replaced
22 |
22 |
23 move a commit on the top of working directory parent and updates to it. |
23 move a commit on the top of working directory parent and updates to it. |
24 |
24 |
25 options: |
25 options: |
26 |
26 |
27 -r --rev REV revision to pick |
27 -r --rev REV revision to pick |
28 -c --continue continue interrupted pick |
28 -c --continue continue interrupted pick |
29 -a --abort abort interrupted pick |
29 -a --abort abort interrupted pick |
30 -t --tool TOOL specify merge tool |
30 -t --tool VALUE specify merge tool |
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 |