# HG changeset patch # User Augie Fackler # Date 2017-09-30 11:44:34 # Node ID a14642bdf364ca7e9c0599f63cf23d34635360ba # Parent 4741428606ed5aa1319768510e1a57a4bc1af10a localrepo: remove superfluous pass statements diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -2181,7 +2181,6 @@ class localrepository(object): to be performed before pushing, or call it if they override push command. """ - pass @unfilteredpropertycache def prepushoutgoinghooks(self):