tests/histedit-helpers.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 16 Mar 2016 04:13:28 +0530
changeset 28562 2b585677220e
parent 27350 890273343170
permissions -rw-r--r--
contrib: python-hook-examples use absolute_import

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
}