/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/tests/test_osutils.py

  • Committer: Martin
  • Date: 2017-11-12 13:53:51 UTC
  • mto: This revision was merged to the branch mainline in revision 6810.
  • Revision ID: gzlist@googlemail.com-20171112135351-uyr1ncw7visg62c2
Apply 2to3 ws_comma fixer

Show diffs side-by-side

added added

removed removed

Lines of Context:
1668
1668
            processed_files.append(('d', from_path, to_path))
1669
1669
        def link_handler(from_path, to_path):
1670
1670
            processed_links.append((from_path, to_path))
1671
 
        handlers = {'file':file_handler,
1672
 
                    'directory':dir_handler,
1673
 
                    'symlink':link_handler,
 
1671
        handlers = {'file': file_handler,
 
1672
                    'directory': dir_handler,
 
1673
                    'symlink': link_handler,
1674
1674
                   }
1675
1675
 
1676
1676
        self.build_tree(['source/', 'source/a', 'source/b/', 'source/b/c'])