comparison tests/test-rebase-parameters.t @ 26495:7837653cb39a

rebase: suggest help -e histedit Users unfamiliar with an extension should be reading the documentation for the feature, not the command.
author timeless@mozdev.org
date Tue, 06 Oct 2015 15:01:25 -0400
parents 927c0d84e09f
children b885ab9ca182
comparison
equal deleted inserted replaced
26494:832f40d2af53 26495:7837653cb39a
488 rebasing 2:e4e3f3546619 "c2b" (tip) 488 rebasing 2:e4e3f3546619 "c2b" (tip)
489 note: rebase of 2:e4e3f3546619 created no changes to commit 489 note: rebase of 2:e4e3f3546619 created no changes to commit
490 saved backup bundle to $TESTTMP/b3/.hg/strip-backup/e4e3f3546619-b0841178-backup.hg (glob) 490 saved backup bundle to $TESTTMP/b3/.hg/strip-backup/e4e3f3546619-b0841178-backup.hg (glob)
491 491
492 $ hg rebase -i 492 $ hg rebase -i
493 abort: interactive history editing is supported by the 'histedit' extension (see "hg help histedit") 493 abort: interactive history editing is supported by the 'histedit' extension (see "hg help -e histedit")
494 [255] 494 [255]
495 495
496 $ hg rebase --interactive 496 $ hg rebase --interactive
497 abort: interactive history editing is supported by the 'histedit' extension (see "hg help histedit") 497 abort: interactive history editing is supported by the 'histedit' extension (see "hg help -e histedit")
498 [255] 498 [255]
499 499
500 $ cd .. 500 $ cd ..
501 501
502 No common ancestor 502 No common ancestor