From 4fbd426c9eac886b2b9c8c9c4ef14d8b1998ad0a Mon Sep 17 00:00:00 2001 From: Marcin Cieslak Date: Tue, 30 Oct 2012 17:42:41 +0100 Subject: 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 --- git-review.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'git-review.1') 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 -- cgit v1.2.1