~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/controldir.py

  • Committer: Patch Queue Manager
  • Date: 2011-12-22 18:52:58 UTC
  • mfrom: (6213.1.55 feature-flags)
  • Revision ID: pqm@pqm.ubuntu.com-20111222185258-wgcba8590pbw5sf1
(jelmer) Add support for feature flags in bzr formats. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
842
842
 
843
843
 
844
844
class ControlComponentFormat(object):
845
 
    """A component that can live inside of a .bzr meta directory."""
 
845
    """A component that can live inside of a control directory."""
846
846
 
847
847
    upgrade_recommended = False
848
848