summaryrefslogtreecommitdiff
path: root/git-review.1
diff options
context:
space:
mode:
authorMarcin Cieslak <saper@saper.info>2012-10-30 17:42:41 +0100
committerJeremy Stanley <fungi@yuggoth.org>2012-12-13 22:04:04 +0000
commit4fbd426c9eac886b2b9c8c9c4ef14d8b1998ad0a (patch)
treee1d2afa47e489f1212eb9ac0142ba8af21c39e5d /git-review.1
parent5e83096b8d9982391cfeec33ba403fa65701e990 (diff)
downloadgit-review-4fbd426c9eac886b2b9c8c9c4ef14d8b1998ad0a.tar.gz
Use exceptions for list_reviews
Add exceptions to errors that might happend when listing open changes for review. Use exit codes 32 and 33 for exceptions. Change-Id: I8a94fd0e13bbf1dbc9f01ca03a319628ca497d81
Diffstat (limited to 'git-review.1')
-rw-r--r--git-review.14
1 files changed, 4 insertions, 0 deletions
diff --git a/git-review.1 b/git-review.1
index 711d7bd..8a0c26c 100644
--- a/git-review.1
+++ b/git-review.1
@@ -118,6 +118,10 @@ specific error codes are available:
Gerrit
.Ar commit-msg
hook could not be successfully installed.
+.It 32
+Cannot fetch list of open changesets from Gerrit.
+.It 33
+Cannot parse list of open changesets received from Gerrit.
.It 34
Cannot query information about changesets.
.It 35