~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-01-14 15:26:24 UTC
  • mfrom: (5609.4.1 funky-char-win-fix)
  • Revision ID: pqm@pqm.ubuntu.com-20110114152624-glgr053b2qdi4ctk
(vila) RepositoryFormat7 does not support funky characters (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
488
488
    _versionedfile_class = weave.WeaveFile
489
489
    supports_ghosts = False
490
490
    supports_chks = False
 
491
    supports_funky_characters = False
491
492
 
492
493
    _fetch_order = 'topological'
493
494
    _fetch_reconcile = True