-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List pull requests again #1303
Comments
@mislav I am looking to work on this issue. Here is my current understanding of the issue: Proposal: What do you think? |
@akshatgoel That's a good plan. How do you envision this command and its subcommands to be called? |
Alternatively |
Even if there could be an option to skip this section of code, that would be sufficient: for _, issue := range issues {
if issue.PullRequest != nil {
continue
}
ui.Printf(formatIssue(issue, flagIssueFormat, colorize))
} |
@mislav If such a flag was added this week, do you have an estimate on when the change would make it into a release? In other words, any idea when |
This change adds a long-form flag `--show-pulls` to `hub issue` that directs hub to include pull requests in the issue listing. The default value is false; the default behavior does not change. Temporary fix until a better abstraction for pull requests can be designed. Related: mislav#1303 Related: vermiculus/magithub#44
I could tag another prerelease after that. Thank you! |
#1232 mentions the need for a command to list out pull requests (taken away by 8563e67, probably for semantic reasons), but I thought I'd reiterate the need here.
Related to vermiculus/magithub#44.
The text was updated successfully, but these errors were encountered: