~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/weave_fmt/repository.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-10 13:29:54 UTC
  • mfrom: (5712.4.3 bzrdir-weave)
  • mto: This revision was merged to the branch mainline in revision 5718.
  • Revision ID: jelmer@samba.org-20110310132954-lgdypdwpu99vyv0q
Merge weave-bzrdir branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
from bzrlib.lazy_import import lazy_import
29
29
lazy_import(globals(), """
30
30
from bzrlib import (
 
31
    bzrdir_weave,
31
32
    xml5,
32
33
    graph as _mod_graph,
33
34
    ui,