From 5802ef816ce6ef4a741ac04b1772174fd47ca56c Mon Sep 17 00:00:00 2001 From: cactusbranch01 Date: Thu, 2 May 2024 04:02:51 -0700 Subject: [PATCH] updated readme + other changes --- src/python/diff3_analysis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/diff3_analysis.py b/src/python/diff3_analysis.py index 626dd4196e..6566e38ac0 100644 --- a/src/python/diff3_analysis.py +++ b/src/python/diff3_analysis.py @@ -1,5 +1,6 @@ """ Recreates a merge and outputs the diff files for two algorithms for comparison on a given conflict. +See src/python/README.md for details on usage. """ import sys