At file:///home/pqm/archives/thelove/bzr/%2Btrunk/ ------------------------------------------------------------ revno: 5041 [merge] revision-id: [email protected] parent: [email protected] parent: [email protected] committer: Canonical.com Patch Queue Manager <[email protected]> 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)
-- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
