/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/crash.py

Support user.signingkey configuration variable in .git/config.

Merged from https://code.launchpad.net/~jelmer/brz/local-git-key/+merge/381000

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
-Dno_apport.
37
37
"""
38
38
 
 
39
from __future__ import absolute_import
 
40
 
39
41
# for interactive testing, try the 'brz assert-fail' command
40
42
# or see http://code.launchpad.net/~mbp/bzr/bzr-fail
41
43
#
42
44
# to test with apport it's useful to set
43
45
# export APPORT_IGNORE_OBSOLETE_PACKAGES=1
44
46
 
45
 
from io import StringIO
46
47
import os
47
48
import platform
48
49
import pprint
57
58
    plugin,
58
59
    trace,
59
60
    )
 
61
from .sixish import (
 
62
    StringIO,
 
63
    )
60
64
 
61
65
 
62
66
def report_bug(exc_info, stderr):