comparison tests/test-histedit-edit.t @ 33351:154298576d44

histedit: use scmutil.cleanupnodes (BC) This is marked as BC because the strip backup file name has changed.
author Jun Wu <quark@fb.com>
date Sat, 08 Jul 2017 16:50:31 -0700
parents 37ab9e20991c
children c26a76e1af36
comparison
equal deleted inserted replaced
33350:b320ff822c7e 33351:154298576d44
271 HG: Leave message empty to abort commit. 271 HG: Leave message empty to abort commit.
272 HG: -- 272 HG: --
273 HG: user: test 273 HG: user: test
274 HG: branch 'default' 274 HG: branch 'default'
275 HG: added f 275 HG: added f
276 saved backup bundle to $TESTTMP/r/.hg/strip-backup/b5f70786f9b0-c28d9c86-backup.hg (glob) 276 saved backup bundle to $TESTTMP/r/.hg/strip-backup/b5f70786f9b0-c28d9c86-histedit.hg (glob)
277 277
278 $ hg status 278 $ hg status
279 279
280 log after edit 280 log after edit
281 $ hg log --limit 1 281 $ hg log --limit 1
435 adding a 435 adding a
436 Editing (cb9a9f314b8b), you may commit or record as needed now. 436 Editing (cb9a9f314b8b), you may commit or record as needed now.
437 (hg histedit --continue to resume) 437 (hg histedit --continue to resume)
438 [1] 438 [1]
439 $ HGEDITOR=true hg histedit --continue 439 $ HGEDITOR=true hg histedit --continue
440 saved backup bundle to $TESTTMP/r0/.hg/strip-backup/cb9a9f314b8b-cc5ccb0b-backup.hg (glob) 440 saved backup bundle to $TESTTMP/r0/.hg/strip-backup/cb9a9f314b8b-cc5ccb0b-histedit.hg (glob)
441 441
442 $ hg log -G 442 $ hg log -G
443 @ changeset: 0:0efcea34f18a 443 @ changeset: 0:0efcea34f18a
444 tag: tip 444 tag: tip
445 user: test 445 user: test