diff -r bdf5ed5246d2 -r a2cc3c08c3ac mercurial/commands.py --- 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,