205
205
# set the date stamps for files in the working tree to known values
206
206
os.utime('file1', (1144195200, 1144195200)) # 2006-04-05 00:00:00 UTC
208
def get_diff(self, tree1, tree2, specific_files=None, working_tree=None):
210
show_diff_trees(tree1, tree2, output,
214
show_diff_trees(tree1, tree2, output, specific_files=specific_files,
214
219
def test_diff_rev_tree_working_tree(self):