changeset 34372 | 2a360445afa0 |
parent 34343 | 255c761a52db |
child 34682 | 7e3001b74ab3 |
--- 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):