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

  • Committer: Aaron Bentley
  • Date: 2009-09-29 04:40:55 UTC
  • mfrom: (4717 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4718.
  • Revision ID: aaron@aaronbentley.com-20090929044055-e9jtpmz6eyut711h
Merged bzr.dev into fix_get_mtime.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
                raise ValueError("invalid property name %r" % name)
89
89
            if not isinstance(value, basestring):
90
90
                raise ValueError("invalid property value %r for %r" %
91
 
                                 (name, value))
 
91
                                 (value, name))
92
92
 
93
93
    def get_history(self, repository):
94
94
        """Return the canonical line-of-history for this revision.