tests/test-command-template.t
changeset 31765 264baeef3588
parent 31521 44c591f63458
child 31807 e6eb86b154c5
--- 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]