tests/histedit-helpers.sh
author Anton Shestakov <av6@dwimlabs.net>
Sat, 14 Apr 2018 20:34:14 +0800
changeset 37686 b1b1b0626f59
parent 27350 890273343170
permissions -rw-r--r--
templates: make divergentnodes in whyunstable keyword be a hybrid list

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
}