~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Aaron Bentley
  • Date: 2008-04-04 15:25:55 UTC
  • mto: (3242.3.25 stacking-policy)
  • mto: This revision was merged to the branch mainline in revision 3538.
  • Revision ID: aaron@aaronbentley.com-20080404152555-5zrt94y00pwasxpz
Clean up BzrDirConfig usage

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
            config = found_bzrdir.get_config()
357
357
            stop = False
358
358
            if config is not None:
359
 
                stack_on = config.get_option('default_stack_on')
 
359
                stack_on = config.get_default_stack_on()
360
360
                if stack_on is not None:
361
361
                    stop = True
362
362
            # does it have a repository ?