/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 bzrlib/tests/per_repository/test_revision.py

  • Committer: John Arbash Meinel
  • Date: 2009-07-08 14:37:25 UTC
  • mfrom: (4516 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4517.
  • Revision ID: john@arbash-meinel.com-20090708143725-sc9sjy3mz4cxwxzz
Merge bzr.dev 4516

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        tree1.commit(message="quux", allow_pointless=True, committer="jaq",
73
73
                     revprops={'empty':'',
74
74
                               'value':'one',
75
 
                               'unicode':'\xb5',
 
75
                               'unicode':u'\xb5',
76
76
                               'multiline':'foo\nbar\n\n'
77
77
                              })
78
78
        self.assertTrue(len(tree1.branch.revision_history()) > 0)