tests/test-template-map.t
changeset 43100 90b9a7e06c2c
parent 42000 a66965406528
child 43101 1d12ae5096d1
--- a/tests/test-template-map.t	Sat Oct 05 23:04:45 2019 -0400
+++ b/tests/test-template-map.t	Sat Oct 05 23:20:35 2019 -0400
@@ -1101,6 +1101,15 @@
    }
   ]
 
+Other unsupported formatter styles:
+
+  $ hg log -qr . -Tpickle
+  abort: "pickle" not in template map
+  [255]
+  $ hg log -qr . -Tdebug
+  abort: "debug" not in template map
+  [255]
+
 Error if style not readable:
 
 #if unix-permissions no-root