mercurial/commands.py
changeset 3837 7df171ea50cd
parent 3833 63f8f74ac4a8
child 3840 973c6e6ca7a1
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1548,7 +1548,7 @@ def log(ui, repo, *pats, **opts):
         df = util.matchdate(opts["date"])
 
 
-    displayer = cmdutil.show_changeset(ui, repo, opts, buffered=True)
+    displayer = cmdutil.show_changeset(ui, repo, opts, True, matchfn)
     for st, rev, fns in changeiter:
         if st == 'add':
             changenode = repo.changelog.node(rev)