tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Mon, 12 Feb 2018 13:51:29 -0500
changeset 36092 879da36e7644
parent 27350 890273343170
permissions -rw-r--r--
narrowrepo: add docstring for narrowpats Differential Revision: https://phab.mercurial-scm.org/D2184

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
}