Rev 3569: (jam) fix raising an AssertionError to not supply bogus arguments in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Tue Jul 22 03:25:31 BST 2008
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 3569
revision-id:pqm at pqm.ubuntu.com-20080722022519-tu60do9k4tkjmtl4
parent: pqm at pqm.ubuntu.com-20080722012453-i58b5mk2wayinusg
parent: john at arbash-meinel.com-20080722015109-6vmj3p9mebbyd4d9
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2008-07-22 03:25:19 +0100
message:
(jam) fix raising an AssertionError to not supply bogus arguments
(trivial)
modified:
bzrlib/repository.py rev_storage.py-20051111201905-119e9401e46257e3
------------------------------------------------------------
revno: 3535.5.2
revision-id:john at arbash-meinel.com-20080722015109-6vmj3p9mebbyd4d9
parent: john at arbash-meinel.com-20080709195736-s9cg26gnym3lf2d0
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Mon 2008-07-21 20:51:09 -0500
message:
AssertionError doesn't take extra arguments.
modified:
bzrlib/repository.py rev_storage.py-20051111201905-119e9401e46257e3
=== modified file 'bzrlib/repository.py'
--- a/bzrlib/repository.py 2008-07-16 14:23:05 +0000
+++ b/bzrlib/repository.py 2008-07-22 02:25:19 +0000
@@ -162,8 +162,7 @@
"""Tell the builder that the inventory is finished."""
if self.new_inventory.root is None:
raise AssertionError('Root entry should be supplied to'
- ' record_entry_contents, as of bzr 0.10.',
- DeprecationWarning, stacklevel=2)
+ ' record_entry_contents, as of bzr 0.10.')
self.new_inventory.add(InventoryDirectory(ROOT_ID, '', None))
self.new_inventory.revision_id = self._new_revision_id
self.inv_sha1 = self.repository.add_inventory(
More information about the bazaar-commits
mailing list