Mercurial > public > mercurial-scm > python-hglib
log hglib/client.py @ 179:c4c0efb37187
age | author | description |
---|---|---|
Tue, 18 Oct 2016 17:45:17 +0100 | Barry A. Scott | protocol: add the abilty to trace the protocol between the client and server |
Fri, 28 Oct 2016 11:45:57 +0100 | Barry A. Scott | init: add init() to hgclient to allow progress to be reported |
Wed, 06 Jul 2016 14:14:22 -0700 | Gregory Szorc | client: raise KeyError from __getitem__ (BC) 2.2 |
Wed, 06 Jul 2016 14:11:02 -0700 | Gregory Szorc | client: remove unused imports |
Thu, 31 Dec 2015 16:53:51 -0800 | Idan Kamara | commit: allow rev and node to be anywhere in the output 2.0 |
Mon, 07 Sep 2015 22:45:47 +0900 | Yuya Nishihara | client: include stderr message in ServerError on initial communication failure 1.9 |
Mon, 07 Sep 2015 22:32:12 +0900 | Yuya Nishihara | client: use subprocess.communicate() to shut down server process |