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

MergeĀ fromĀ remote-transport

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
            if self.is_control_filename(f):
101
101
                raise errors.ForbiddenControlFileError(filename=f)
102
102
            fp = splitpath(f)
103
 
            if len(fp) == 0:
104
 
                raise BzrError("cannot add top-level %r" % f)
105
103
        # fill out file kinds for all files [not needed when we stop 
106
104
        # caring about the instantaneous file kind within a uncommmitted tree
107
105
        #