Mercurial > hg
changeset 34372:2a360445afa0
cmdutil: remove superfluous pass statements
author | Augie Fackler <augie@google.com> |
---|---|
date | Sat, 30 Sep 2017 07:43:26 -0400 |
parents | 635553ca6eb9 |
children | 76b334b9f45c |
files | mercurial/cmdutil.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Sat Sep 30 07:43:11 2017 -0400 +++ b/mercurial/cmdutil.py Sat Sep 30 07:43:26 2017 -0400 @@ -1735,7 +1735,6 @@ def _exthook(self, ctx): '''empty method used by extension as a hook point ''' - pass def showpatch(self, ctx, matchfn): if not matchfn: @@ -3632,7 +3631,6 @@ def _revertprefetch(repo, ctx, *files): """Let extension changing the storage layer prefetch content""" - pass def _performrevert(repo, parents, ctx, actions, interactive=False, tobackup=None):