~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository/test_revision.py

  • Committer: Robert J. Tanner
  • Date: 2009-06-10 03:56:49 UTC
  • mfrom: (4423 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4425.
  • Revision ID: tanner@real-time.com-20090610035649-7rfx4cls4550zc3c
Merge 1.15.1 back to trunk

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)