~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_re_sign.py

(jelmer) Switch the commit code over to use config stacks. (Bazaar
 Developers)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
"""Black-box tests for bzr re-sign.
20
20
"""
21
21
 
22
 
import os
23
 
 
24
22
from bzrlib import (
25
23
    gpg,
26
24
    tests,