diff -r 0b769e1cbe89 -r 08b8bf4a8516 tests/test-rebase-parameters.t --- a/tests/test-rebase-parameters.t Thu Dec 12 23:11:33 2019 -0800 +++ b/tests/test-rebase-parameters.t Thu Dec 12 22:43:15 2019 -0800 @@ -73,14 +73,14 @@ [255] $ hg rebase --base 5 --source 4 - abort: cannot specify both a source and a base + abort: cannot specify both --source and --base [255] $ hg rebase --rev 5 --source 4 - abort: cannot specify both a revision and a source + abort: cannot specify both --rev and --source [255] $ hg rebase --base 5 --rev 4 - abort: cannot specify both a revision and a base + abort: cannot specify both --rev and --base [255] $ hg rebase --base 6