tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 24 Apr 2020 11:48:07 -0700
branchstable
changeset 44755 47609da15379
parent 27350 890273343170
permissions -rw-r--r--
automation: add extra arguments when building Inno These were being fed into the template expansion but not being used. This meant --version was not getting set when it should have been. Differential Revision: https://phab.mercurial-scm.org/D8482

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