##// END OF EJS Templates
grep: add option for logcmdutil.makewalker() to not filter revs by file pats...
grep: add option for logcmdutil.makewalker() to not filter revs by file pats This is needed to implement "grep --all-files".

File last commit:

r44486:ab595920 default
r46224:9fead7d9 default
Show More
__init__.py
8 lines | 300 B | text/x-python | PythonLexer
# mercurial.revlogutils -- basic utilities for revlog
#
# Copyright 2019 Pierre-Yves David <pierre-yves.david@octobus.net>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
from __future__ import absolute_import