~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        self.assertSigned(repo, 'B')
80
80
        self.assertSigned(repo, 'C')
81
81
        self.assertUnsigned(repo, 'D')
82
 
            
 
82
 
83
83
    def test_sign_my_commits_location(self):
84
84
        wt = self.setup_tree('other')
85
85
        repo = wt.branch.repository