diff -r 15707e58fc3d -r 264baeef3588 tests/test-command-template.t --- a/tests/test-command-template.t Sun Apr 02 18:13:03 2017 -0700 +++ b/tests/test-command-template.t Fri Mar 24 19:19:00 2017 -0700 @@ -1108,11 +1108,11 @@ $ hg log --style notexist abort: style 'notexist' not found - (available styles: bisect, changelog, compact, default, phases, status, xml) + (available styles: bisect, changelog, compact, default, phases, show, status, xml) [255] $ hg log -T list - available styles: bisect, changelog, compact, default, phases, status, xml + available styles: bisect, changelog, compact, default, phases, show, status, xml abort: specify a template [255]