Submitter | Martin von Zweigbergk |
---|---|
Date | May 21, 2015, 9:32 p.m. |
Message ID | <2d9c6fe9c552ede353ad.1432243948@waste.org> |
Download | mbox | patch |
Permalink | /patch/9221/ |
State | Accepted |
Delegated to: | Augie Fackler |
Headers | show |
Comments
Patch
diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py --- a/mercurial/cmdutil.py +++ b/mercurial/cmdutil.py @@ -1761,8 +1761,7 @@ if match.always(): # No files, no patterns. Display all revs. wanted = revs - - if not slowpath and match.files(): + elif not slowpath: # We only have to read through the filelog to find wanted revisions try: