Commits


stop caring about obstructed versioned files in 'got merge' Tyring to write a test to cover this case I found that obstructed files are (correctly) detected as local modifications in the work tree. Thus they trigger the pre-condition check for local modications and 'got merge' will not even start to do any work in the presence of obstructed files.


add a test for 'got merge' which covers a no-op merge situation


add a 'got merge' command for creating merge commits Additional testing by Thomas Adam. ok tracey