tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Fri, 22 Nov 2019 18:02:12 -0500
changeset 43749 c7fc2d92067e
parent 27350 890273343170
permissions -rw-r--r--
windows: further build fixes for the WiX installer With these fixes in place, the .msi actually builds for me again. Differential Revision: https://phab.mercurial-scm.org/D7509

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
}