tests/histedit-helpers.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 20 Feb 2017 18:40:42 +0530
changeset 31091 2912b06905dc
parent 27350 890273343170
permissions -rw-r--r--
py3: use pycompat.fsencode() to convert __file__ to bytes __file__ returns unicodes on Python 3. This patch uses pycompat.fsencode() to convert them to bytes.

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
}