We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now --bugs option has mandatory value, where bugs are specified. This will show revisions, associated with already known bugs.
--bugs
For cases, when bug isn't known it's impossible to filter out only:
Adding 2 special values to --bugs option should accomplish this:
all
none
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now
--bugs
option has mandatory value, where bugs are specified. This will show revisions, associated with already known bugs.For cases, when bug isn't known it's impossible to filter out only:
Adding 2 special values to
--bugs
option should accomplish this:all
- get all revisions, that have bugsnone
- get all revisions, that don't have bugsThe text was updated successfully, but these errors were encountered: