evolve: stop running 'serveronly' setup
Since there is no common logic remaining the smaller extension we can stop
running its setup in the main extensions
--- a/hgext3rd/evolve/__init__.py Tue Mar 07 15:49:22 2017 +0100
+++ b/hgext3rd/evolve/__init__.py Tue Mar 07 15:52:04 2017 +0100
@@ -115,7 +115,6 @@
obsexchange,
exthelper,
metadata,
- serveronly,
utility,
)
@@ -147,7 +146,6 @@
# - ...
# - Older format compat
-
eh = exthelper.exthelper()
eh.merge(obsdiscovery.eh)
eh.merge(obsexchange.eh)
@@ -156,8 +154,6 @@
reposetup = eh.final_reposetup
cmdtable = eh.cmdtable
-eh.extsetup(serveronly.extsetup)
-
#####################################################################
### Option configuration ###
#####################################################################