~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/crash.py

  • Committer: Martin Pool
  • Date: 2010-02-03 00:08:23 UTC
  • mto: This revision was merged to the branch mainline in revision 5002.
  • Revision ID: mbp@sourcefrog.net-20100203000823-fcyf2791xrl3fbfo
expand tabs

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
    # TODO: strip that out and attach the rest
183
183
    #
184
184
    #attach_file_if_exists(report,
185
 
    #   os.path.join(dot_bzr, 'bazaar.conf', 'BzrConfig')
 
185
    #   os.path.join(dot_bzr, 'bazaar.conf', 'BzrConfig')
186
186
    #attach_file_if_exists(report,
187
 
    #   os.path.join(dot_bzr, 'locations.conf', 'BzrLocations')
 
187
    #   os.path.join(dot_bzr, 'locations.conf', 'BzrLocations')
188
188
    
189
189
    # strip username, hostname, etc
190
190
    pr.anonymize()