tests/histedit-helpers.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 02 Jun 2017 16:57:21 +0530
changeset 32753 264b86cf2092
parent 27350 890273343170
permissions -rw-r--r--
py3: convert bool variables to bytes

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
}