~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/serializer/v4.py

  • Committer: Aaron Bentley
  • Date: 2007-07-27 19:43:36 UTC
  • mto: This revision was merged to the branch mainline in revision 2699.
  • Revision ID: abentley@panoramicfeedback.com-20070727194336-vowoapmp4oae10ik
Style fixes from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
479
479
            if repo_kind == 'info':
480
480
                assert self._info is None
481
481
                self._handle_info(metadata)
482
 
            if (repo_kind, file_id) !=  ('file', current_file) and\
483
 
                len(pending_file_records) > 0:
 
482
            if ((repo_kind, file_id) != ('file', current_file)
 
483
                len(pending_file_records) > 0):
484
484
                self._install_mp_records(current_versionedfile,
485
485
                    pending_file_records)
486
486
                current_file = None