Merge lp:~ian-clatworthy/bzr/422533 into lp:bzr/2.0

Proposed by Ian Clatworthy
Status: Merged
Approved by: Andrew Bennetts
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp:~ian-clatworthy/bzr/422533
Merge into: lp:bzr/2.0
Diff against target: 12 lines
To merge this branch: bzr merge lp:~ian-clatworthy/bzr/422533
Reviewer Review Type Date Requested Status
Andrew Bennetts Approve
Review via email: mp+10976@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ian Clatworthy (ian-clatworthy) wrote :

Trivial error message tweak. This confused me on the weekend doing fastimport testing, so it will likely confuse others doing imports.

Revision history for this message
Andrew Bennetts (spiv) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bzrlib/revision.py'
2--- bzrlib/revision.py 2009-06-30 16:16:55 +0000
3+++ bzrlib/revision.py 2009-09-01 13:35:10 +0000
4@@ -88,7 +88,7 @@
5 raise ValueError("invalid property name %r" % name)
6 if not isinstance(value, basestring):
7 raise ValueError("invalid property value %r for %r" %
8- (name, value))
9+ (value, name))
10
11 def get_history(self, repository):
12 """Return the canonical line-of-history for this revision.

Subscribers

People subscribed via source and target branches