tests/histedit-helpers.sh
author Boris Feld <boris.feld@octobus.net>
Tue, 05 Dec 2017 19:06:46 +0100
changeset 35235 4a6c51f5ae4d
parent 27350 890273343170
permissions -rw-r--r--
test: fix bad replace for fixing pure-only build When we replaced the patterns, glob was removed on the fixed line, it was a mistake and caused the pure-only build to fails. Differential Revision: https://phab.mercurial-scm.org/D1592

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
}