633
633
# TODO: Suggestion from john: using external tar is much faster than
634
634
# python's tarfile library, but it may not work on windows.
636
645
def set_make_working_trees(self, new_value):
637
646
raise NotImplementedError(self.set_make_working_trees)