Commit Graph

8 Commits

Author SHA1 Message Date
Doug Hellmann 3077d6dca4 don't decode bytes to unicode twice
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-03 13:02:48 -04:00
Doug Hellmann b8f173b5f0 add --reverse option to go from log URL to review URL
Change-Id: I9f70d954f21e96767cd5be40dd3484d1a5fa3742
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-02 11:53:15 -04:00
Doug Hellmann 3284c05947 decode command output for python 3 support
Change-Id: I01cf870d47c1ae6e792a23a76fb272ed338eb59c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-02 11:53:15 -04:00
Doug Hellmann bb5a5cf765 add -u alias for --url command
Change-Id: I9c90e0ce43f68d24be0b74310d6270660e4e5d23
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-02 11:53:14 -04:00
Alejandro Cabrera 90dd5da24a fix: url includes bytes in python 3
This patch decodes the ref_hash obtained from subprocess.check_output
so that strings are used to compose the URL rather than bytes.
2013-09-12 17:02:05 -04:00
Doug Hellmann ca79a901e0 Set up tox
Add a tox.ini to at least verify packaging and installation work.

Fix one issue found by flake8.
2013-09-12 15:43:46 -04:00
Doug Hellmann 487a15f1b0 Update copyright and readme 2013-09-12 15:25:03 -04:00
Doug Hellmann f66d479ccf first version with basic argument processing 2013-09-11 18:52:27 -04:00