tests/histedit-helpers.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 30 Sep 2020 15:09:25 +0530
changeset 45619 64461b43a7bf
parent 27350 890273343170
permissions -rw-r--r--
tests: add newfilenode test case in test-merge-changedelete.t

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
}