Merge pull request #306 from mcarton/hub

Support GitHub's hub command
This commit is contained in:
Vladimir Iakovlev
2015-07-21 16:43:24 +03:00
15 changed files with 39 additions and 27 deletions
+1 -1
View File
@@ -20,5 +20,5 @@ def test_match(stderr):
def test_get_new_command(stderr):
assert get_new_command(Command(stderr=stderr), None)\
assert get_new_command(Command('git push', stderr=stderr), None)\
== "git push --set-upstream origin master"