~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-01-19 23:00:12 UTC
  • mfrom: (5582.9.20 format-flags-2)
  • Revision ID: pqm@pqm.ubuntu.com-20110119230012-e23ge97fqrvej4b1
(jelmer) Various more fixes in preparation of moving the weave formats into
 a plugin. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
from bzrlib.testament import Testament
53
53
""")
54
54
 
55
 
import sys
56
55
from bzrlib import (
57
56
    errors,
58
57
    registry,