/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/blackbox/test_sign_my_commits.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-11 04:08:32 UTC
  • mto: (7143.16.20 even-more-cleanups)
  • mto: This revision was merged to the branch mainline in revision 7175.
  • Revision ID: jelmer@jelmer.uk-20181111040832-nsljjynzzwmznf3h
Run autopep8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        wt.commit("base B", allow_pointless=True, rev_id=b'B')
42
42
        wt.commit("base C", allow_pointless=True, rev_id=b'C')
43
43
        wt.commit("base D", allow_pointless=True, rev_id=b'D',
44
 
                committer='Alternate <alt@foo.com>')
 
44
                  committer='Alternate <alt@foo.com>')
45
45
        wt.add_parent_tree_id(b"aghost")
46
46
        wt.commit("base E", allow_pointless=True, rev_id=b'E')
47
47
        return wt
55
55
        self.assertTrue(repo.has_signature_for_revision_id(revision_id))
56
56
 
57
57
    def test_sign_my_commits(self):
58
 
        #Test re signing of data.
 
58
        # Test re signing of data.
59
59
        wt = self.setup_tree()
60
60
        repo = wt.branch.repository
61
61