/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/pack.py

  • Committer: Patch Queue Manager
  • Date: 2011-09-24 13:53:25 UTC
  • mfrom: (6090.2.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20110924135325-dvnuwfdu310dc3dq
(jelmer) Fix typos in variable names in bzrlib.vf_repository. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
333
333
                # risk that the same unicode string has been encoded two
334
334
                # different ways.
335
335
                if name_tuple in all_names:
336
 
                    raise errors.DuplicateRecordNameError(name_tuple)
 
336
                    raise errors.DuplicateRecordNameError(name_tuple[0])
337
337
                all_names.add(name_tuple)
338
338
        excess_bytes = self.reader_func(1)
339
339
        if excess_bytes != '':