Rev 5041: (Jelmer) Remove unnecessary _deserialise_inventory implementation on in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Wed Feb 17 14:40:55 GMT 2010
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 5041 [merge]
revision-id: pqm at pqm.ubuntu.com-20100217144053-wdi9l2l0uc88jw3m
parent: pqm at pqm.ubuntu.com-20100217134911-s77se00ni7xc1hz8
parent: jelmer at samba.org-20100213021558-exxfr87v0b2330co
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2010-02-17 14:40:53 +0000
message:
(Jelmer) Remove unnecessary _deserialise_inventory implementation on
remote repositories.
modified:
bzrlib/remote.py remote.py-20060720103555-yeeg2x51vn0rbtdp-1
=== modified file 'bzrlib/remote.py'
--- a/bzrlib/remote.py 2010-02-04 16:06:36 +0000
+++ b/bzrlib/remote.py 2010-02-13 02:15:58 +0000
@@ -1501,10 +1501,6 @@
self._ensure_real()
return self._real_repository._get_inventory_xml(revision_id)
- def _deserialise_inventory(self, revision_id, xml):
- self._ensure_real()
- return self._real_repository._deserialise_inventory(revision_id, xml)
-
def reconcile(self, other=None, thorough=False):
self._ensure_real()
return self._real_repository.reconcile(other=other, thorough=thorough)
More information about the bazaar-commits
mailing list