Rev 3621: Review feedback. in http://people.ubuntu.com/~robertc/baz2.0/bug-256409
Robert Collins
robertc at robertcollins.net
Wed Aug 13 02:30:38 BST 2008
At http://people.ubuntu.com/~robertc/baz2.0/bug-256409
------------------------------------------------------------
revno: 3621
revision-id: robertc at robertcollins.net-20080813013031-ghubj7wij3nsg0sw
parent: robertc at robertcollins.net-20080812071929-jf7qv5f2v7any84b
committer: Robert Collins <robertc at robertcollins.net>
branch nick: bug-256409
timestamp: Wed 2008-08-13 11:30:31 +1000
message:
Review feedback.
modified:
bzrlib/repository.py rev_storage.py-20051111201905-119e9401e46257e3
=== modified file 'bzrlib/repository.py'
--- a/bzrlib/repository.py 2008-08-12 07:19:29 +0000
+++ b/bzrlib/repository.py 2008-08-13 01:30:31 +0000
@@ -296,7 +296,8 @@
# no-change against the basis.
if ie.revision == self._new_revision_id:
raise AssertionError("Impossible situation, a skipped "
- "inventory entry claims to be modified in this commit.")
+ "inventory entry (%r) claims to be modified in this "
+ "commit (%r).", (ie, self._new_revision_id))
return None, False
# XXX: Friction: parent_candidates should return a list not a dict
# so that we don't have to walk the inventories again.
More information about the bazaar-commits
mailing list