Submitter | Augie Fackler |
---|---|
Date | Sept. 30, 2017, 12:02 p.m. |
Message ID | <511a498528e67b15c71d.1506772932@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/24239/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/commandserver.py b/mercurial/commandserver.py --- a/mercurial/commandserver.py +++ b/mercurial/commandserver.py @@ -184,7 +184,6 @@ class server(object): def cleanup(self): """release and restore resources taken during server session""" - pass def _read(self, size): if not size: @@ -422,7 +421,6 @@ class unixservicehandler(object): def newconnection(self): """Called when main process notices new connection""" - pass def createcmdserver(self, repo, conn, fin, fout): """Create new command server instance; called in the process that