tests/histedit-helpers.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 13 Mar 2016 01:08:39 +0530
changeset 28509 9e3ecb6f4995
parent 27350 890273343170
permissions -rw-r--r--
check-code: use absolute_import and print_function

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
}