##// END OF EJS Templates
chgserver: do not keep repo object...
Jun Wu -
r28537:881d027d default
parent child Browse files
Show More
@@ -638,6 +638,7 b' class AutoExitMixIn: # use old-style to'
638
638
639 class chgunixservice(commandserver.unixservice):
639 class chgunixservice(commandserver.unixservice):
640 def init(self):
640 def init(self):
641 self.repo = None
641 self._inithashstate()
642 self._inithashstate()
642 self._checkextensions()
643 self._checkextensions()
643 class cls(AutoExitMixIn, SocketServer.ForkingMixIn,
644 class cls(AutoExitMixIn, SocketServer.ForkingMixIn,
General Comments 0
You need to be logged in to leave comments. Login now