Mercurial > public > mercurial-scm > python-hglib
log hglib/client.py @ 178:77a5fded9f45
age | author | description |
---|---|---|
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 |
Mon, 07 Sep 2015 22:26:59 +0900 | Yuya Nishihara | client: extract stub to read server's stderr on close() |