Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable TortoiseHgOverlayServer: terminate command normally has a '|' at the end

Changeset c96ce323e9b1

Parent a85a8e8a85b9

by Adrian Buehlmann

Changes to one file · Browse files at c96ce323e9b1 Showing diff from parent a85a8e8a85b9 Diff from another changeset...

 
409
410
411
412
 
413
414
415
 
409
410
411
 
412
413
414
415
@@ -409,7 +409,7 @@
  def SvcStop(self):   logger.msg('PipeServer thread terminating')   win32event.SetEvent(self.hWaitStop) - requests.put('terminate') + requests.put('terminate|')     def SvcDoRun(self):   # We create our named pipe.