view tests/histedit-helpers.sh @ 33988:afb33e73e515

tests: update test-relink to pass our import checker
author Augie Fackler <raf@durin42.com>
date Tue, 22 Aug 2017 17:11:30 -0400
parents 890273343170
children
line wrap: on
line source

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
}