tests/histedit-helpers.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 14 Apr 2018 01:59:55 +0530
changeset 37663 fc114a16a484
parent 27350 890273343170
permissions -rw-r--r--
py3: use stringutil.forcebytestr() instead of str() We need to convert errors to bytes using stringutil.forcebytestr() Differential Revision: https://phab.mercurial-scm.org/D3324

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
}