/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/groupcompress.py

  • Committer: Andrew Bennetts
  • Date: 2009-08-26 05:41:58 UTC
  • mto: This revision was merged to the branch mainline in revision 4657.
  • Revision ID: andrew.bennetts@canonical.com-20090826054158-5chmbqb69v9atl3r
Fix stray whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1084
1084
        self.total_bytes = 0
1085
1085
 
1086
1086
 
1087
 
 
1088
1087
class GroupCompressVersionedFiles(VersionedFiles):
1089
1088
    """A group-compress based VersionedFiles implementation."""
1090
1089