/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/config.py

  • Committer: Vincent Ladeuil
  • Date: 2010-10-15 09:34:33 UTC
  • mfrom: (5447.5.2 config-read)
  • mto: This revision was merged to the branch mainline in revision 5499.
  • Revision ID: v.ladeuil+lp@free.fr-20101015093433-3rtdmpq8pdkc7reg
Merge config-read into config-modify

Show diffs side-by-side

added added

removed removed

Lines of Context:
1112
1112
            parent_dir = os.path.dirname(path)
1113
1113
            if not os.path.isdir(parent_dir):
1114
1114
                trace.mutter('creating config parent directory: %r', parent_dir)
1115
 
            os.mkdir(parent_dir)
 
1115
                os.mkdir(parent_dir)
1116
1116
        trace.mutter('creating config directory: %r', path)
1117
1117
        os.mkdir(path)
1118
1118
        osutils.copy_ownership_from_path(path)