tests: fix tests broken by template change

Summary:
My recent addition of the sl_default built-in style broke a couple
tests.

Reviewed By: bolinfest, quark-zju

Differential Revision: D41315497

fbshipit-source-id: f67ae227a230128d66d31ef38fdb3963c7b33862
This commit is contained in:
Durham Goode 2022-11-15 12:06:51 -08:00 committed by Facebook GitHub Bot
parent b58cf8f463
commit 74e590f9e4
2 changed files with 3 additions and 3 deletions

View File

@ -1040,11 +1040,11 @@
$ hg log --style notexist
abort: style 'notexist' not found
(available styles: bisect, changelog, compact, default, phases, show, status, xml)
(available styles: bisect, changelog, compact, default, phases, show, sl_default, status, xml)
[255]
$ hg log -T list
available styles: bisect, changelog, compact, default, phases, show, status, xml
available styles: bisect, changelog, compact, default, phases, show, sl_default, status, xml
abort: specify a template
[255]

View File

@ -175,7 +175,7 @@
$ hg log -f -l1 --style something
abort: style 'something' not found
(available styles: bisect, changelog, compact, default, phases, show, status, xml)
(available styles: bisect, changelog, compact, default, phases, show, sl_default, status, xml)
[255]
# -f, phases style