mercurial/commands.py
changeset 37597 d110167610db
parent 37500 8bb3899a0f47
child 37598 7a9c905e51f9
--- a/mercurial/commands.py	Thu Apr 12 23:24:33 2018 +0900
+++ b/mercurial/commands.py	Thu Apr 12 23:25:58 2018 +0900
@@ -1318,7 +1318,7 @@
         fntemplate = ''
 
     if fntemplate:
-        fm = formatter.nullformatter(ui, 'cat')
+        fm = formatter.nullformatter(ui, 'cat', opts)
     else:
         ui.pager('cat')
         fm = ui.formatter('cat', opts)