/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/library_state.py

  • Committer: Vincent Ladeuil
  • Date: 2011-11-16 15:57:14 UTC
  • mto: This revision was merged to the branch mainline in revision 6273.
  • Revision ID: v.ladeuil+lp@free.fr-20111116155714-6a15q7tcjsfax0iu
Switch ``bzr config`` to the new config implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        self._trace = trace
68
68
        # There is no overrides by default, they are set later when the command
69
69
        # arguments are parsed.
70
 
        self.cmdline_overrides = config.CommandLineSection()
 
70
        self.cmdline_overrides = config.CommandLineStore()
71
71
        self.started = False
72
72
 
73
73
    def __enter__(self):