Mercurial > public > mercurial-scm > python-hglib
log hglib/client.py @ 15:f1af31960414
age | author | description |
---|---|---|
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 |