620
620
EPOCH_DATE = '1970-01-01 00:00:00 +0000'
622
def __init__(self, old_tree, new_tree, to_file, path_encoding='utf-8',
623
old_label='', new_label='', text_differ=internal_diff,
622
def __init__(self, old_tree, new_tree, to_file, path_encoding='utf-8',
623
old_label='', new_label='', text_differ=internal_diff,
625
625
DiffPath.__init__(self, old_tree, new_tree, to_file, path_encoding)
626
626
self.text_differ = text_differ
627
627
self.old_label = old_label