~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/bug-import.py

  • Committer: James Henstridge
  • Date: 2007-04-11 09:20:57 UTC
  • mto: This revision was merged to the branch mainline in revision 4227.
  • Revision ID: james.henstridge@canonical.com-20070411092057-siwml80m13e13yqr
add some new coments in response to Bjorn's review

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
                               help='Cache for bug ID mapping',
28
28
                               type='string', dest='cache_filename',
29
29
                               default='bug-map.pickle')
 
30
        # XXX: 20070411 jamesh
 
31
        # Not verifying users created by a bug import can result in
 
32
        # problems with mail notification, so should not be used for
 
33
        # imports.
 
34
        #     https://bugs.launchpad.net/bugs/86352
30
35
        self.parser.add_option('--dont-verify-users', dest='verify_users',
31
36
                               help="Don't verify newly created users",
32
37
                               action='store_false', default=True)