• Show log

    Commit

  • Hash : 35d525b0
    Author : Edward Thomson
    Date : 2018-06-26T09:19:12

    apply: test that failures don't dirty workdir
    
    Ensure that when a patch application fails (due to a conflict in the
    working directory, for example) that we do not half-apply the patch or
    otherwise leave the working directory dirty.
    
    This is rather obvious in our current apply implementation (we do a two
    step process: one to create the post-image and one to check it out) but
    this test is a safety net for future refactoring or improvements.