tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 10 Mar 2018 10:47:30 -0800
changeset 36859 7066617187c1
parent 27350 890273343170
permissions -rw-r--r--
hgweb: document continuereader Differential Revision: https://phab.mercurial-scm.org/D2767

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
}