tests/histedit-helpers.sh
author Augie Fackler <raf@durin42.com>
Tue, 01 Oct 2013 14:28:18 -0400
changeset 19860 6cd9b8428104
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
rebase: rework extrafn handling to support multiple extrafns This makes it possible to pass keepbranches and extrafn to rebase at the same time, although nobody uses that functionality presently. This is a precursor to keeping graft metadata.

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