diff --git a/mercurial/patch.py b/mercurial/patch.py --- a/mercurial/patch.py +++ b/mercurial/patch.py @@ -442,7 +442,6 @@ class abstractbackend(object): which failed to apply and total the total number of hunks for this files. """ - pass def exists(self, fname): raise NotImplementedError