comparison tests/test-histedit-bookmark-motion.t @ 33345:4192694b4844

histedit: remove moving bookmarks message on verbose (BC) This is more consistent with other commands, like "commit -v" won't show bookmark movement messages. It will make migrating to scmutil.cleanupnodes easier.
author Jun Wu <quark@fb.com>
date Sat, 08 Jul 2017 16:04:21 -0700
parents 37ab9e20991c
children b320ff822c7e
comparison
equal deleted inserted replaced
33344:1e872b08a4e9 33345:4192694b4844
86 > pick 055a42cdd887 3 d 86 > pick 055a42cdd887 3 d
87 > fold e860deea161a 4 e 87 > fold e860deea161a 4 e
88 > pick 652413bf663e 5 f 88 > pick 652413bf663e 5 f
89 > EOF 89 > EOF
90 saved backup bundle to $TESTTMP/r/.hg/strip-backup/96e494a2d553-3c6c5d92-backup.hg (glob) 90 saved backup bundle to $TESTTMP/r/.hg/strip-backup/96e494a2d553-3c6c5d92-backup.hg (glob)
91 histedit: moving bookmarks also-two from 177f92b77385 to b346ab9a313d
92 histedit: moving bookmarks five from 652413bf663e to cacdfd884a93
93 histedit: moving bookmarks four from e860deea161a to 59d9f330561f
94 histedit: moving bookmarks three from 055a42cdd887 to 59d9f330561f
95 histedit: moving bookmarks two from 177f92b77385 to b346ab9a313d
96 histedit: moving bookmarks will-move-backwards from d2ae7f538514 to cb9a9f314b8b
97 saved backup bundle to $TESTTMP/r/.hg/strip-backup/d2ae7f538514-48787b8d-backup.hg (glob) 91 saved backup bundle to $TESTTMP/r/.hg/strip-backup/d2ae7f538514-48787b8d-backup.hg (glob)
98 $ hg log --graph 92 $ hg log --graph
99 @ changeset: 3:cacdfd884a93 93 @ changeset: 3:cacdfd884a93
100 | bookmark: five 94 | bookmark: five
101 | tag: tip 95 | tag: tip
146 $ hg histedit 1 --commands - --verbose << EOF | grep histedit 140 $ hg histedit 1 --commands - --verbose << EOF | grep histedit
147 > pick b346ab9a313d 1 c 141 > pick b346ab9a313d 1 c
148 > pick cacdfd884a93 3 f 142 > pick cacdfd884a93 3 f
149 > pick 59d9f330561f 2 d 143 > pick 59d9f330561f 2 d
150 > EOF 144 > EOF
151 histedit: moving bookmarks five from cacdfd884a93 to c04e50810e4b
152 histedit: moving bookmarks four from 59d9f330561f to c04e50810e4b
153 histedit: moving bookmarks three from 59d9f330561f to c04e50810e4b
154 saved backup bundle to $TESTTMP/r/.hg/strip-backup/59d9f330561f-073008af-backup.hg (glob) 145 saved backup bundle to $TESTTMP/r/.hg/strip-backup/59d9f330561f-073008af-backup.hg (glob)
155 146
156 We expect 'five' to stay at tip, since the tipmost bookmark is most 147 We expect 'five' to stay at tip, since the tipmost bookmark is most
157 likely the useful signal. 148 likely the useful signal.
158 149