log hglib/client.py @ 22:297df22d6091

age author description
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