At file:///home/pqm/archives/thelove/bzr/%2Btrunk/ ------------------------------------------------------------ revno: 3896 revision-id: [email protected] parent: [email protected] parent: [email protected] committer: Canonical.com Patch Queue Manager <[email protected]> branch nick: +trunk timestamp: Thu 2008-12-11 21:57:21 +0000 message: Remove dead code in Repository.iter_files_bytes. (Robert Collins) modified: bzrlib/repository.py rev_storage.py-20051111201905-119e9401e46257e3 ------------------------------------------------------------ revno: 3878.2.1 revision-id: [email protected] parent: [email protected] committer: Robert Collins <[email protected]> branch nick: iter_files_bytes timestamp: Sat 2008-12-06 02:45:30 +1100 message: Remove dead code in Repository.iter_files_bytes. modified: bzrlib/repository.py rev_storage.py-20051111201905-119e9401e46257e3 === modified file 'bzrlib/repository.py' --- a/bzrlib/repository.py 2008-12-11 01:01:04 +0000 +++ b/bzrlib/repository.py 2008-12-11 21:57:21 +0000 @@ -1491,7 +1491,6 @@ :param desired_files: a list of (file_id, revision_id, identifier) triples """ - transaction = self.get_transaction() text_keys = {} for file_id, revision_id, callable_data in desired_files: text_keys[(file_id, revision_id)] = callable_data
-- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
