Skip to content

Commit

Permalink
git-pw: Remove the reviewer from the list of default 'list' fields
Browse files Browse the repository at this point in the history
While the original thinking was to present a similar output than the web
UI, space is scarse in a terminal. Let's get rid of the 'reviewer' field
then.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
  • Loading branch information
Damien Lespiau committed Dec 17, 2015
1 parent ce76ef6 commit 798d735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-pw/git-pw
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,8 @@ if __name__ == '__main__':
since_group.add_argument('-n', metavar='n', type=int, default=-1,
help='number of series to retrieve')

default_series_fields = ['id', 'name', 'n_patches', 'reviewer',
'submitter', 'last_updated']
default_series_fields = ['id', 'name', 'n_patches', 'submitter',
'last_updated']
format_group = list_parser.add_mutually_exclusive_group(required=False)
format_group.add_argument('--json', '-j', action="store_true",
help='print the series in json format')
Expand Down

0 comments on commit 798d735

Please sign in to comment.