~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2006-08-08 18:14:25 UTC
  • mto: (1910.2.43 format-bumps)
  • mto: This revision was merged to the branch mainline in revision 1922.
  • Revision ID: abentley@panoramicfeedback.com-20060808181425-3583361e28596087
Fix whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
501
501
                self._next().next()
502
502
                break
503
503
 
 
504
 
504
505
class BundleInfo08(BundleInfo):
505
506
    def _update_tree(self, bundle_tree, revision_id):
506
507
        bundle_tree.note_last_changed('', revision_id)