/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/tests/test_commit.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-01-01 21:23:40 UTC
  • mfrom: (7206.4.1 move-testament)
  • Revision ID: breezy.the.bot@gmail.com-20190101212340-6wmbncvwqal06rif
Move the testament module to breezy.bzr.

Merged from https://code.launchpad.net/~jelmer/brz/move-testament/+merge/359939

Show diffs side-by-side

added added

removed removed

Lines of Context:
444
444
        wt.commit("base", allow_pointless=True, rev_id=b'A')
445
445
        self.assertFalse(branch.repository.has_signature_for_revision_id(b'A'))
446
446
        try:
447
 
            from ..testament import Testament
 
447
            from ..bzr.testament import Testament
448
448
            # monkey patch gpg signing mechanism
449
449
            breezy.gpg.GPGStrategy = breezy.gpg.LoopbackGPGStrategy
450
450
            conf = config.MemoryStack(b'''