/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 breezy/bzr/repository.py

  • Committer: Jelmer Vernooij
  • Date: 2019-03-04 05:10:44 UTC
  • mfrom: (7293 work)
  • mto: This revision was merged to the branch mainline in revision 7294.
  • Revision ID: jelmer@jelmer.uk-20190304051044-vph4s8p9qvpy2qe9
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
        control_files = self._create_control_files(a_bzrdir)
136
136
        control_files.lock_write()
137
137
        transport = control_files._transport
138
 
        if shared == True:
 
138
        if shared is True:
139
139
            utf8_files += [('shared-storage', b'')]
140
140
        try:
141
141
            for dir in dirs: