tests/histedit-helpers.sh
author Siddharth Agarwal <sid0@fb.com>
Sat, 14 Nov 2015 00:00:46 -0800
changeset 27047 e1458049dca5
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
filemerge: don't try to copy files known to be absent We set 'back' to None in this case, so we need to handle that as well.

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"
}