tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Fri, 07 Oct 2016 07:43:04 -0400
changeset 30057 a8ba9a23c893
parent 27350 890273343170
permissions -rw-r--r--
hgmanpage: stop using raw-unicode strings These don't exist in Python 3, and this ends up looking a little more explicit to Martijn and me anyway.

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
}