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