Mercurial > python-hglib
log hglib/client.py @ 181:cdb5a320d2bf
age | author | description |
---|---|---|
Wed, 19 Oct 2016 00:03:44 +0900 | Yuya Nishihara | client: wrap long lines at 80 chars |
Fri, 28 Oct 2016 11:33:20 +0100 | Barry A. Scott | protocol: allow hglib user to get call backs for prompts, output and errors |
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 |