tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 14 Aug 2016 12:41:54 +0900
changeset 29797 965c91bad9e3
parent 27350 890273343170
permissions -rw-r--r--
py3: move xrange alias next to import lines Builtin functions should be available in compatibility code.

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
}