tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Wed, 09 Mar 2016 10:47:33 -0500
changeset 28866 02be5fc18c0c
parent 27350 890273343170
permissions -rw-r--r--
import: document --exact behavior in more detail

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
}