/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: Jelmer Vernooij
  • Date: 2018-06-22 02:22:23 UTC
  • mto: (6973.13.5 python3-l)
  • mto: This revision was merged to the branch mainline in revision 7011.
  • Revision ID: jelmer@jelmer.uk-20180622022223-w5hnlijf3j7rm6na
Fix more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
        with open('hello', 'w') as f: f.write('hello')
220
220
        with open('buongia', 'w') as f: f.write('buongia')
221
221
        wt.add(['hello', 'buongia'],
222
 
              ['hello-id', 'buongia-id'])
 
222
              [b'hello-id', b'buongia-id'])
223
223
        wt.commit(message='add files',
224
224
                 rev_id=b'test@rev-1')
225
225