320
320
def is_control_filename(self, filename):
321
321
"""True if filename is the name of a control file in this tree.
323
326
This is true IF and ONLY IF the filename is part of the meta data
324
327
that bzr controls in this tree. I.E. a random .bzr directory placed
325
328
on disk will not be a control file for this tree.
334
333
def open(path=None, _unsupported=False):