/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: Canonical.com Patch Queue Manager
  • Date: 2009-09-07 04:14:59 UTC
  • mfrom: (4675.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090907041459-so0m9vkp5j6mgir0
(robertc) Merge 2.0 to bzr.dev.

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.