mercurial/commands.py
changeset 20836 a8b4541bb961
parent 20834 8c210b169c69
child 20837 191a0ae37767
--- a/mercurial/commands.py	Sat Feb 15 19:52:26 2014 +0900
+++ b/mercurial/commands.py	Sat Feb 15 19:52:36 2014 +0900
@@ -3344,6 +3344,7 @@
         datefunc = ui.quiet and util.shortdate or util.datestr
         found = False
         filerevmatches = {}
+        @util.cachefunc
         def binary():
             flog = getfile(fn)
             return util.binary(flog.read(ctx.filenode(fn)))