This is a test repository for the MUDpatch patch management tool.
This repo has several branches, some which merge cleanly and some which will not.
- ISSUE1-0.1 is based off the
0.1tag frommainand implements thetest_method_2function. - ISSUE2-0.1 is based off the
0.1tag frommainand adds a second python file. - Issue3-0.1 is based off the
0.1tag frommainand adds another method totest-file-1.py, however as it is based on the0.1tag (wheretest_method_2is unimplemented, if you merge this branch after theISSUE1-0.1branch then you will get a merge conflict.