view tests/histedit-helpers.sh @ 33953:90981271a904

tests: update test-debugcommands to pass our import checker
author Augie Fackler <raf@durin42.com>
date Tue, 22 Aug 2017 15:50:35 -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
}