tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 29 Sep 2018 23:52:00 -0400
changeset 39911 d1bc6cf2be69
parent 27350 890273343170
permissions -rw-r--r--
py3: use util.forcebytestr() to convert push lock error 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
}