~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/groupcompress_repo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-10 13:02:27 UTC
  • mfrom: (4282.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090410130227-fh2zl04tu0oq6cg6
(vila) (trivial) Fix typo and a misleading signature

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
 
"""Repostory formats using CHK inventories and groupcompress compression."""
 
17
"""Repository formats using CHK inventories and groupcompress compression."""
18
18
 
19
19
import time
20
20