options.py | 53 request_commit = make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review.") 54 review = make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark the patch for review.") variable in class:Options
|