tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 03 Aug 2016 16:42:10 +0200
changeset 29698 ff5d5751fc1b
parent 27350 890273343170
permissions -rw-r--r--
bundlerepo: also read the 'devel.legacy.exchange' config Bundlerepo does its own bundle2 related logic.

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
}