~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/upgrade.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-03 05:29:36 UTC
  • mfrom: (9893.7.8 dboptions)
  • Revision ID: launchpad@pqm.canonical.com-20110903052936-oiqme0l1ssks8hz3
[r=bac][bug=839600] Add --port to db_options()

Show diffs side-by-side

added added

removed removed

Lines of Context:
544
544
            action="store_false", help="Don't actually commit changes"
545
545
            )
546
546
    parser.add_option(
547
 
            "-p", "--partial", dest="partial", default=False,
 
547
            "--partial", dest="partial", default=False,
548
548
            action="store_true",
549
549
            help="Commit after applying each patch",
550
550
            )