• Home
  • Raw
  • Download

Lines Matching refs:default

185 …make_option("--no-update", action="store_false", dest="update", default=True, help="Don't update t…
186 …make_option("--force-clean", action="store_true", dest="force_clean", default=False, help="Clean w…
187 …make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't check if t…
188 …make_option("--local-commit", action="store_true", dest="local_commit", default=False, help="Make …
226 …make_option("--no-close", action="store_false", dest="close_bug", default=True, help="Leave bug op…
227 …make_option("--no-build", action="store_false", dest="build", default=True, help="Commit without b…
228 …make_option("--no-test", action="store_false", dest="test", default=True, help="Commit without run…
229 …make_option("--quiet", action="store_true", dest="quiet", default=False, help="Produce less consol…
230 …make_option("--commit-queue", action="store_true", dest="commit_queue", default=False, help="Run i…
282 …make_option("--force-clean", action="store_true", dest="force_clean", default=False, help="Clean w…
283 …make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't check if t…
284 …make_option("--no-close", action="store_false", dest="close_bug", default=True, help="Leave bug op…
285 …make_option("--no-build", action="store_false", dest="build", default=True, help="Commit without b…
286 …make_option("--no-test", action="store_false", dest="test", default=True, help="Commit without run…
287 …make_option("--quiet", action="store_true", dest="quiet", default=False, help="Produce less consol…
288 …make_option("--commit-queue", action="store_true", dest="commit_queue", default=False, help="Run i…
408 …make_option("--no-obsolete", action="store_false", dest="obsolete_patches", default=True, help="Do…
409 …make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark th…
439 …make_option("--no-comment", action="store_false", dest="comment", default=True, help="Do not use c…
440 …make_option("--no-obsolete", action="store_false", dest="obsolete_patches", default=True, help="Do…
441 …make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark th…
487 …make_option("--no-prompt", action="store_false", dest="prompt", default=True, help="Do not prompt …
488 …make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark th…
589 …"--dry-run", action="store_true", dest="dryrun", help="do not touch remote servers", default=False)