mercurial/templater.py
changeset 45263 b7444cfc2c05
parent 45261 28840ef52f71
child 45307 ba50c8a95e2b
--- a/mercurial/templater.py	Thu Jul 23 10:20:48 2020 -0700
+++ b/mercurial/templater.py	Wed Jul 29 10:42:09 2020 -0700
@@ -1089,9 +1089,6 @@
     if path is None:
         path = templatedir()
 
-    if isinstance(styles, bytes):
-        styles = [styles]
-
     if path is not None:
         for style in styles:
             # only plain name is allowed to honor template paths