~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/library_state.py

  • Committer: Patch Queue Manager
  • Date: 2011-11-17 17:41:45 UTC
  • mfrom: (6260.3.3 config-command)
  • Revision ID: pqm@pqm.ubuntu.com-20111117174145-2nb7jko9c5t7llcb
(vila) Switch ``bzr config`` to the stack-based config implementation
 (Vincent Ladeuil)

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):