tests/histedit-helpers.sh
author Maciej Fijalkowski <fijall@gmail.com>
Wed, 13 Jul 2016 09:36:24 +0200
changeset 29539 666832b9e154
parent 27350 890273343170
permissions -rw-r--r--
bdiff: use ssize_t in favor of Py_ssize_t in cpython-unaware locations This function and struct will be exposed via cffi, so we need to remove the cpython API dependency they currently have.

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
}