tests/histedit-helpers.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 05 May 2017 01:41:54 +0530
changeset 32155 055cca8e167b
parent 27350 890273343170
permissions -rw-r--r--
py3: use %d to format integers into bytestrings

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
}