Go to file
Julien Danjou 652b8cb04c Set a default EXIT_CODE for GitReviewException
This should avoid:

  Could not connect to gerrit at ssh://some random string I typed@review.openstack.org:29418/openstack/repo.git
  Traceback (most recent call last):
    File "/usr/local/bin/git-review", line 11, in <module>
      sys.exit(main())
    File "/usr/local/lib/python2.7/site-packages/git_review/cmd.py", line 1534, in main
      sys.exit(e.EXIT_CODE)
  AttributeError: 'GitReviewException' object has no attribute 'EXIT_CODE'

Change-Id: I288dadd7bb2cc2766fb719171e2f0303aa250171
2016-06-14 11:45:01 +02:00
2015-06-17 00:56:40 +00:00
2012-12-16 10:40:51 -08:00
2013-08-15 20:42:37 +00:00
2013-08-15 21:08:08 +00:00
2015-06-13 00:32:04 -04:00
2011-09-25 09:16:31 -07:00
2013-08-15 20:42:37 +00:00
2016-02-02 15:52:39 -08:00

git-review

A git command for submitting branches to Gerrit

git-review is a tool that helps submitting git branches to gerrit for review.

Description
Tool for uploading changesets to Gerrit from git
Readme 7.2 MiB
Languages
Python 89.7%
Roff 10.3%