/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_locale.py

  • Committer: Jelmer Vernooij
  • Date: 2018-04-02 00:52:27 UTC
  • mfrom: (6939 work)
  • mto: This revision was merged to the branch mainline in revision 7274.
  • Revision ID: jelmer@jelmer.uk-20180402005227-pecflp1mvdjrjqd6
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        tree = self.make_branch_and_tree('tree')
36
36
        self.build_tree(['tree/a'])
37
37
        tree.add('a')
38
 
        tree.commit(u'Unicode \xb5 commit', rev_id='r1',
 
38
        tree.commit(u'Unicode \xb5 commit', rev_id=b'r1',
39
39
                    committer=u'\u062c\u0648\u062c\u0648'
40
40
                              u' Meinel <juju@info.com>',
41
41
                    timestamp=1156451297.96, timezone=0)