tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Mon, 25 Aug 2014 18:10:08 +0200
changeset 22338 8fcd56095d3b
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
obssmarker: add a bundle2 record with the number of markers added

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