tests/histedit-helpers.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 04 May 2017 04:42:05 +0530
changeset 32161 cff15c64f57e
parent 27350 890273343170
permissions -rw-r--r--
py3: rename test-check-py3-commands.t to test-py3-commands.t test-check-*.t is a set of tests which tests certain coding style checks. So this test was wrongly named, thanks to marmoute for pointing this out.

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
}