tests/histedit-helpers.sh
author Siddharth Agarwal <sid0@fb.com>
Tue, 17 Nov 2015 13:56:46 -0800
changeset 26993 d240ae897ba6
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
commands.resolve: switch to mergestate.read() See previous patches for why we're doing this.

fixbundle() {
    grep -v 'saving bundle' | grep -v 'saved backup' | \
        grep -v added | grep -v adding | \
        grep -v "unable to find 'e' for patching" | \
        grep -v "e: No such file or directory"
}