comparison tests/test-rebase-base.t @ 31588:37a0ad669051

plain: ignore [commands] config We only have commands.{update,rebase}.requiredest so far. We should clearly ignore those two if HGPLAIN is in effect, and it seems like we should ignore any future config that will be added in [commands] since that is about changing the behavior of commands. Thanks to Yuya for suggesting to centralize the code in ui.py. While at it, remove the unnecessary False values passed to ui.configbool() for the aforementioned config options.
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 21 Mar 2017 21:26:52 -0700
parents 13dc00c233b7
children 5b1461de2fbe
comparison
equal deleted inserted replaced
31586:df82f375fa00 31588:37a0ad669051
411 (use: hg rebase -d REV) 411 (use: hg rebase -d REV)
412 [255] 412 [255]
413 $ hg rebase -d 1 413 $ hg rebase -d 1
414 rebasing 2:5db65b93a12b "cc" (tip) 414 rebasing 2:5db65b93a12b "cc" (tip)
415 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/5db65b93a12b-4fb789ec-backup.hg (glob) 415 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/5db65b93a12b-4fb789ec-backup.hg (glob)
416 $ hg rebase -d 0 -r . -q
417 $ HGPLAIN=1 hg rebase
418 rebasing 2:889b0bc6a730 "cc" (tip)
419 saved backup bundle to $TESTTMP/repo/.hg/strip-backup/889b0bc6a730-41ec4f81-backup.hg (glob)