Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
cactusbranch01 committed May 27, 2024
1 parent 3f10535 commit 4cc20d4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This directory contains Python scripts designed to facilitate the analysis of me

- `diff3_analysis.py`: This script analyzes merge conflicts for two merge tools on a given conflict.

- It is different than the src/python/replay_merge, as it performs a 3 way diff between the base, conflicting branches, and the programmer merge.

- Outputs the differences between a pair of merge algorithms in a .txt file.
- Performs a 3 way diff between the base, conflicting branches, and the programmer merge.
- Also, it automatically outputs the differences (as given by diff3) between a pair of merge algorithms in a .txt file.
- From the diff, 1: represents the base, 2: represents the conflicting file, 3: represents the programmer's merge.



Expand All @@ -27,7 +27,9 @@ This directory contains Python scripts designed to facilitate the analysis of me



- Necessary Python packages installed inside conda or mamba environment(`pandas`, `GitPython`).
- Necessary Python packages installed inside conda or mamba environment(`pandas`, `GitPython`):
pip install pandas
pip install GitPython



Expand Down

0 comments on commit 4cc20d4

Please sign in to comment.