tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@gmail.com>
Sun, 12 Oct 2014 00:06:40 -0700
changeset 23240 c26073dfbbe6
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
context.status: remove now-empty _prestatus()

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"
}