From patchwork Sat Sep 30 12:02:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10,of,17] localrepo: remove superfluous pass statements From: Augie Fackler X-Patchwork-Id: 24243 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Sat, 30 Sep 2017 08:02:16 -0400 # HG changeset patch # User Augie Fackler # Date 1506771874 14400 # Sat Sep 30 07:44:34 2017 -0400 # Node ID de6ef744e94a4c0c30b64487c345c9e4acab64c0 # Parent de46978e0268bd174dfe620469e4f5f4cffa9c6e 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):