mercurial/cmdutil.py
changeset 24059 8d295ce6e488
parent 24013 942a5a34b2d0
child 24060 eb1c9700d19d
--- a/mercurial/cmdutil.py	Thu Jan 22 22:22:09 2015 -0800
+++ b/mercurial/cmdutil.py	Thu Feb 05 23:14:44 2015 +0900
@@ -1830,8 +1830,6 @@
     callable taking a revision number and returning a match objects
     filtering the files to be detailed when displaying the revision.
     """
-    if not len(repo):
-        return [], None, None
     limit = loglimit(opts)
     # Default --rev value depends on --follow but --follow behaviour
     # depends on revisions resolved from --rev...