tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 05 Jan 2023 00:09:48 -0500
changeset 49848 139f713010ea
parent 27350 890273343170
permissions -rw-r--r--
watchman: drop some py2 compat code The `unicode` reference was being flagged by pytype, even though it was never evaluated on py3. There's more that can be dropped and `compat.py` can probably be inlined if we don't care about minimizing the code changes from FB. But I don't feel like dealing with that.

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
}