~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Martin Pool
  • Date: 2007-04-01 06:19:16 UTC
  • mfrom: (2323.5.20 0.15-integration)
  • mto: This revision was merged to the branch mainline in revision 2390.
  • Revision ID: mbp@sourcefrog.net-20070401061916-plpgsxdf8g7gll9o
Merge 0.15 final release back to trunk, including: recommend upgrades of old workingtrees, handle multiple http redirections, some dirstate fixes, 

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
    """Base class for the pre split out repository formats."""
120
120
 
121
121
    rich_root_data = False
122
 
    support_tree_reference = False
 
122
    supports_tree_reference = False
123
123
 
124
124
    def initialize(self, a_bzrdir, shared=False, _internal=False):
125
125
        """Create a weave repository.