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

  • Committer: Jelmer Vernooij
  • Date: 2017-02-05 16:49:28 UTC
  • mto: (6621.2.1 py3)
  • mto: This revision was merged to the branch mainline in revision 6624.
  • Revision ID: jelmer@jelmer.uk-20170205164928-nmcybzip5kdhiwon
Use 2to3 set_literal fixer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2214
2214
                specific_files_utf8.add(path.encode('utf8'))
2215
2215
            specific_files = specific_files_utf8
2216
2216
        else:
2217
 
            specific_files = set([''])
 
2217
            specific_files = {''}
2218
2218
        # -- specific_files is now a utf8 path set --
2219
2219
 
2220
2220
        # -- get the state object and prepare it.