~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/massage-bug-import-xml

  • Committer: Gavin Panella
  • Date: 2011-11-23 15:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 14376.
  • Revision ID: gavin.panella@canonical.com-20111123154950-enhonhrutnod38i0
Update docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
    - Fixing up the bug nickname, adding the existing nickname as a tag,
59
59
 
 
60
    - Resolving duplicates to a bug that is not itself a duplicate
 
61
      (i.e. remove chains of duplicates),
 
62
 
60
63
    - Fixing up the description, including truncating it if it's too long,
61
64
 
62
65
    - Fixing up the first comment, including truncating it if it's too long,
190
193
    usage = "Usage: %prog [options]"
191
194
    description = """
192
195
        This acts as a filter: pipe bug import XML into stdin and capture
193
 
        stdout. By default it will ensure that bug descriptions and the first
194
 
        comment are correct. If either exceeds 50,000 characters it is
 
196
        stdout. By default it removes duplicate chains and ensures that bug
 
197
        descriptions and the first comment are correct. If either the
 
198
        description or the first comment exceeds 50,000 characters it is
195
199
        truncated and an attachment is created to hold the original.
196
200
        """
197
201
    parser = OptionParser(