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

  • Committer: Jelmer Vernooij
  • Date: 2018-03-25 12:47:13 UTC
  • mfrom: (6928 work)
  • mto: (6940.2.6 base)
  • mto: This revision was merged to the branch mainline in revision 6941.
  • Revision ID: jelmer@jelmer.uk-20180325124713-dq64vm9bhch1gjow
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        """
55
55
        self._ensure_building()
56
56
        if not self._root_done:
57
 
            self._tree.add('', 'root-id', 'directory')
 
57
            self._tree.add('', b'root-id', 'directory')
58
58
            self._root_done = True
59
59
        for name in recipe:
60
60
            if name[-1] == '/':