comparison tests/test-pick.t @ 6930:195941260a67 stable

tests: normalize leading spaces in `hg help pick` output
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 11 Nov 2024 10:38:20 +0400
parents 81fe0a498447
children
comparison
equal deleted inserted replaced
6929:972d98ce3552 6930:195941260a67
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