/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/plugins/git/tests/test_workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2018-05-15 19:05:51 UTC
  • mfrom: (6968 work)
  • mto: (6973.5.1 python3-c)
  • mto: This revision was merged to the branch mainline in revision 6984.
  • Revision ID: jelmer@jelmer.uk-20180515190551-epr5abd0mtxmrehr
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
 
167
167
    def test_extra(self):
168
168
        self.build_tree(['a'])
169
 
        newa = Blob.from_string('contents of a\n')
 
169
        newa = Blob.from_string(b'contents of a\n')
170
170
        newt = Tree()
171
171
        newt.add("a", stat.S_IFREG | 0o644, newa.id)
172
172
        self.expectDelta([