tests/histedit-helpers.sh
author Mathias De Maré <mathias.de_mare@nokia.com>
Mon, 07 Aug 2017 13:38:25 +0200
branchstable
changeset 33628 aa7a3f6e3729
parent 27350 890273343170
permissions -rw-r--r--
centos5: use vault urls CentOS 5 has reached end-of-life. A working build for it is still possible using 'vault.centos.org'. Differential Revision: https://phab.mercurial-scm.org/D261

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
}