/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/per_workingtree/test_walkdirs.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:
84
84
        def add_dirblock(path, kind):
85
85
            dirblock = DirBlock(tree, path)
86
86
            if file_status != self.unknown:
87
 
                dirblock.id = 'a ' + str(path).replace('/','-') + '-id'
 
87
                dirblock.id = 'a ' + str(path).replace('/', '-') + '-id'
88
88
                dirblock.inventory_kind = kind
89
89
            if file_status != self.missing:
90
90
                dirblock.disk_kind = kind