tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 16 Apr 2018 23:49:38 -0700
changeset 38895 a01200b25da6
parent 27350 890273343170
permissions -rw-r--r--
shortest: use 'x' prefix to disambiguate from revnum if configured Differential Revision: https://phab.mercurial-scm.org/D4042

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
}