log hglib/client.py @ 200:7da1dad166b5

age author description
Mon, 12 Feb 2018 14:54:09 +0100 Gábor Stefanik client: ignore close() on non-open clients (issue5751)
Sun, 10 Dec 2017 12:52:37 -0500 Augie Fackler hgclient: look for an open server before closing it in ResponseError block 2.5
Sun, 10 Dec 2017 12:50:57 -0500 Augie Fackler _readchannel: if a read failure is due to a broken server, report that
Sun, 10 Dec 2017 12:37:36 -0500 Augie Fackler config: un-break showconfig wrapper when environment variables are used
Sat, 11 Nov 2017 20:35:55 +0900 Yuya Nishihara client: make it robust for weird repository path
Sat, 11 Nov 2017 20:21:26 +0900 Yuya Nishihara client: do not append an option to a list of arguments
Mon, 21 Aug 2017 17:13:37 +0200 Gábor Stefanik client: raise ResponseError in _readchannel()
Mon, 21 Aug 2017 17:06:13 +0200 Gábor Stefanik client: don't swallow ResponseError inside open()
Mon, 21 Aug 2017 17:02:14 +0200 Gábor Stefanik client: kill the server on unrecoverable communication errors (issue5516)
Tue, 12 Sep 2017 13:16:36 -0400 Gábor Stefanik client: fail gracefully on unexpected prompts (issue5516)
Wed, 02 Aug 2017 23:43:16 +0900 Yuya Nishihara summary: parse commit line less strictly (issue5637)
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
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()
Wed, 25 Mar 2015 20:15:54 -0400 Brett Cannon hglib: make sure hgclient.diff() works with bytes (issue4520)
Fri, 13 Mar 2015 14:46:13 -0400 Brett Cannon hglib: make all imports absolute (issue4520)
Fri, 13 Mar 2015 12:28:06 -0500 Matt Mackall util: define BytesIO in one place
Fri, 13 Mar 2015 11:34:52 -0400 Brett Cannon hglib: use io.BytesIO when available (issue4520)
Fri, 13 Mar 2015 11:31:54 -0400 Brett Cannon hglib: abstract out use of cStringIO.StringIO (issue4520)
Sun, 08 Mar 2015 13:08:37 -0400 Brett Cannon hglib: wrap all application string literals in util.b() (issue4520)
Thu, 23 Oct 2014 10:50:09 +0200 David Douard client: add support for 'hg commit --amend'
Tue, 30 Sep 2014 12:48:04 -0500 Matt Mackall style: fix long lines 1.4
Tue, 30 Sep 2014 11:23:15 -0500 Matt Mackall style: fixup whitespace
Tue, 30 Sep 2014 12:00:34 +0200 Julien Cristau client: fix passing multiple config settings
Mon, 16 Jun 2014 18:29:06 +0200 Paul Tonelli client: connect to repo if necessary when using "with" statement
Fri, 16 May 2014 18:21:12 +0200 Paul Tonelli client: add 'phase' method to set or get the phase of a changeset
Thu, 22 May 2014 15:23:12 +0200 Paul Tonelli client: add 'hidden' property to show hidden changesets.
Wed, 30 Apr 2014 16:44:59 +0200 Paul Tonelli client: implement the 'in' keyword for a client object
Mon, 27 Jan 2014 09:29:55 +0100 Julien Cristau log: fix 'hidden' option 1.2
Tue, 23 Apr 2013 22:11:26 +0200 Benoit Allard client: Be more permissive on the output of update (issue3892)
Mon, 15 Oct 2012 09:45:43 -0700 Siddharth Agarwal client: always set HGPLAIN=1 (issue3502) 0.3
Tue, 17 Jan 2012 22:26:20 +0200 Idan Kamara client: make _parserevs a static method
Tue, 17 Jan 2012 22:36:48 +0200 Idan Kamara client: add date field to revision
Tue, 17 Jan 2012 22:24:24 +0200 Idan Kamara client: fix indentation
Mon, 16 Jan 2012 12:53:14 +0200 Idan Kamara client: fix import --import-branch flag
Mon, 16 Jan 2012 12:52:30 +0200 Idan Kamara client: fix import --no-commit flag (issue3206)
Thu, 22 Dec 2011 19:12:47 +0200 Idan Kamara client: add a convenience method __getitem__ to return a changectx
Thu, 22 Dec 2011 19:12:47 +0200 Idan Kamara client: refactor opening of the cmd server to an open method
Thu, 22 Dec 2011 19:12:39 +0200 Idan Kamara client: replace usage of namedtuple for python 2.4 compatibility
Wed, 23 Nov 2011 09:57:37 -0500 Jeff Laughlin client: added context manager protocol methods
Thu, 17 Nov 2011 12:54:37 -0600 Matt Mackall client: make varargs ordering py2.4-compatible
Wed, 09 Nov 2011 16:09:46 -0600 Matt Mackall branches: more robust parsing strategy
Mon, 26 Sep 2011 22:37:44 +0300 Idan Kamara util: introduce popen
Tue, 23 Aug 2011 21:57:11 +0300 Idan Kamara document all commands in client.py
Tue, 23 Aug 2011 21:41:17 +0300 Idan Kamara client: add manifest command
Fri, 19 Aug 2011 22:52:59 +0300 Idan Kamara client: add resolve command
Fri, 19 Aug 2011 22:24:14 +0300 Idan Kamara closefds on posix when using subprocess
Fri, 19 Aug 2011 22:27:40 +0300 Idan Kamara client: fix diff indentation and position
Fri, 19 Aug 2011 20:08:13 +0300 Idan Kamara client: add heads command
Fri, 19 Aug 2011 20:08:13 +0300 Idan Kamara client: add grep command
Fri, 19 Aug 2011 20:08:13 +0300 Idan Kamara client: add export command
Fri, 19 Aug 2011 20:07:56 +0300 Idan Kamara client: add bundle command
Fri, 19 Aug 2011 19:47:03 +0300 Idan Kamara client: add archive command
Fri, 19 Aug 2011 19:46:11 +0300 Idan Kamara client: add annotate command
Thu, 18 Aug 2011 16:23:43 +0300 Idan Kamara client: add summary command
Thu, 18 Aug 2011 16:20:23 +0300 Idan Kamara client: use util.reterrorhandler
Thu, 18 Aug 2011 16:20:04 +0300 Idan Kamara client: add addremove command
Thu, 18 Aug 2011 14:29:29 +0300 Idan Kamara client: add revert command
Tue, 16 Aug 2011 23:58:24 +0300 Idan Kamara client: introduce merge handlers
Tue, 16 Aug 2011 23:57:21 +0300 Idan Kamara client: add merge command
Tue, 16 Aug 2011 23:50:01 +0300 Idan Kamara client: tell the server we're interactive
Mon, 15 Aug 2011 22:46:45 +0300 Idan Kamara client: add tags command
Mon, 15 Aug 2011 22:46:45 +0300 Idan Kamara client: add tag command
Mon, 15 Aug 2011 22:46:45 +0300 Idan Kamara client: add version command
Mon, 15 Aug 2011 22:46:45 +0300 Idan Kamara client: add pull command
Mon, 15 Aug 2011 22:46:45 +0300 Idan Kamara client: add push command
Mon, 15 Aug 2011 22:46:45 +0300 Idan Kamara client: add identify command
Mon, 15 Aug 2011 22:46:45 +0300 Idan Kamara client: add diff command
Sun, 14 Aug 2011 00:56:33 +0300 Idan Kamara client: handle spaces correctly in status()
Sun, 14 Aug 2011 00:51:15 +0300 Idan Kamara client: change return value of status() to a list of (code, file path)
Sun, 14 Aug 2011 00:49:56 +0300 Idan Kamara client: add missing options to status
Sun, 14 Aug 2011 00:49:28 +0300 Idan Kamara client: add move command
Sun, 14 Aug 2011 00:49:15 +0300 Idan Kamara client: add forget command
Sun, 14 Aug 2011 00:48:51 +0300 Idan Kamara client: add remove command
Sun, 14 Aug 2011 00:48:40 +0300 Idan Kamara client: add copy command
Sun, 14 Aug 2011 00:48:19 +0300 Idan Kamara client: add add command
Thu, 11 Aug 2011 22:59:05 +0300 Idan Kamara client: add bookmarks support to incoming and outgoing
Thu, 11 Aug 2011 22:58:38 +0300 Idan Kamara client: add missing options to outgoing
Thu, 11 Aug 2011 22:58:17 +0300 Idan Kamara client: add missing options to incoming
Thu, 11 Aug 2011 17:54:09 +0300 Idan Kamara client: add bookmarks command
Thu, 11 Aug 2011 17:53:56 +0300 Idan Kamara client: add bookmark command
Thu, 11 Aug 2011 16:09:21 +0300 Idan Kamara client: add backout command
Thu, 11 Aug 2011 16:02:01 +0300 Idan Kamara client: rewrite config()
Thu, 11 Aug 2011 15:42:59 +0300 Idan Kamara client: add update command
Thu, 11 Aug 2011 15:20:49 +0300 Idan Kamara client: add parents command
Wed, 10 Aug 2011 23:27:57 +0300 Idan Kamara client: add missing options to log()
Wed, 10 Aug 2011 20:33:08 +0300 Idan Kamara client: add missing options to commit()
Wed, 10 Aug 2011 19:59:08 +0300 Idan Kamara client: change return value of commit() to (rev, node)
Wed, 10 Aug 2011 19:59:03 +0300 Idan Kamara client: use --debug when committing to get the new node info
Wed, 10 Aug 2011 00:42:43 +0300 Idan Kamara client: add missing options to import_()
Wed, 10 Aug 2011 00:24:01 +0300 Idan Kamara client: rewrite branches(), return a list of (branchname, rev, node)
Wed, 10 Aug 2011 00:21:05 +0300 Idan Kamara client: add missing options to branch()
Tue, 09 Aug 2011 23:24:40 +0300 Idan Kamara client: sort commands by name
Wed, 10 Aug 2011 01:38:18 +0300 Idan Kamara move hgclient._eatlines to util
Sat, 23 Jul 2011 22:55:39 +0300 Idan Kamara client: use --template instead of --style for cset display
Tue, 09 Aug 2011 00:39:27 +0300 Idan Kamara client: rawcommand, more convenient helper to run commands instead of outputruncommand
Tue, 09 Aug 2011 00:39:26 +0300 Idan Kamara client: use the cmdbuilder
Sat, 23 Jul 2011 22:55:36 +0300 Idan Kamara turn hglib into a module and expose open (previously connect) in its __init__.py