RFR: cli: rename git-status to git-info

Erik Helin ehelin at openjdk.java.net
Thu Feb 27 09:04:52 UTC 2020


On Thu, 27 Feb 2020 08:55:06 GMT, Robin Westberg <rwestberg at openjdk.org> wrote:

>> Hi all,
>> 
>> please review this patch that renames `git pr status` to `git pr info`. The
>> patch also adds a bunch flags to `git pr info` for querying information about a
>> pull request. For example:
>> 
>> $ git pr info 479 --title --url
>> URL:   https://github.com/openjdk/skara/pull/479
>> Title: git-pr: add "URL" column to "git pr list"
>> 
>> If no switches are provided, then all information is shown about a pull request:
>> 
>> $ git pr info 479
>> URL:          https://github.com/openjdk/skara/pull/479
>> Title:        git-pr: add "URL" column to "git pr list"
>> Author:       edvbld
>> Branch:       master
>> Labels:       cli, ready, rfr
>> Assignees:    -
>> Reviewers:    rwestberg
>> Contributors: -
>> Status:       READY
>> Issue:        -
>> Checks:
>> - jcheck: OK
>> Commits:
>> - 51dd886a: git-pr: add "URL" column to "git pr list"
>> 
>> Testing:
>> - Manual testing of `git pr info` on Linux x64
>> 
>> Thanks,
>> Erik
>
> Looks good, guess the PR body parser should be used in more places!

Yeah, I'm planning to do a little bit of searching around to see where we can use the parser �� Thanks for reviewing!

-------------

PR: https://git.openjdk.java.net/skara/pull/480


More information about the skara-dev mailing list