[PATCH 10 of 17] localrepo: remove superfluous pass statements

Augie Fackler raf at durin42.com
Sat Sep 30 08:02:16 EDT 2017


# HG changeset patch
# User Augie Fackler <augie at google.com>
# 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):


More information about the Mercurial-devel mailing list