view tests/histedit-helpers.sh @ 41014:c06f0ef9a5ba

fuzz: new fuzzer for revlog's parse_index2 method Differential Revision: https://phab.mercurial-scm.org/D5462
author Augie Fackler <augie@google.com>
date Wed, 19 Dec 2018 20:26:53 -0500
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
}