tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Tue, 13 Feb 2018 17:25:43 -0500
changeset 36168 be73fa5b42d3
parent 27350 890273343170
permissions -rw-r--r--
histedit: modernize write of histedit-last-edit file Differential Revision: https://phab.mercurial-scm.org/D2241

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
}