tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 09 Sep 2019 21:38:29 +0200
changeset 43040 ba4072c0a911
parent 27350 890273343170
permissions -rw-r--r--
sidedata: test we can successfully write sidedata For now we just write them and rejoice on the lack of crashes. Differential Revision: https://phab.mercurial-scm.org/D6896

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
}