Mercurial > hg
changeset 34378:acabbc5ccd24
match: remove superfluous pass statements
author | Augie Fackler <augie@google.com> |
---|---|
date | Sat, 30 Sep 2017 07:44:45 -0400 |
parents | a14642bdf364 |
children | 6b724caa878d |
files | mercurial/match.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/match.py Sat Sep 30 07:44:34 2017 -0400 +++ b/mercurial/match.py Sat Sep 30 07:44:45 2017 -0400 @@ -250,7 +250,6 @@ def bad(self, f, msg): '''Callback from dirstate.walk for each explicit file that can't be found/accessed, with an error message.''' - pass # If an explicitdir is set, it will be called when an explicitly listed # directory is visited.