mercurial/commands.py
changeset 21041 a2cc3c08c3ac
parent 21040 bdf5ed5246d2
child 21045 7f875ed19475
--- a/mercurial/commands.py	Thu Mar 13 23:45:18 2014 -0400
+++ b/mercurial/commands.py	Fri Mar 14 21:32:05 2014 -0400
@@ -1174,7 +1174,7 @@
     ctx = scmutil.revsingle(repo, opts.get('rev'))
     m = scmutil.match(ctx, (file1,) + pats, opts)
 
-    return cmdutil.cat(ui, repo, ctx, m, **opts)
+    return cmdutil.cat(ui, repo, ctx, m, '', **opts)
 
 @command('^clone',
     [('U', 'noupdate', None,