view tests/histedit-helpers.sh @ 36017:eed40f0f4c6f

py3: replace file() with open() in test-tag.t file() is not present in Python 3. Differential Revision: https://phab.mercurial-scm.org/D2116
author Pulkit Goyal <7895pulkit@gmail.com>
date Sun, 11 Feb 2018 17:01:25 +0530
parents 890273343170
children
line wrap: on
line source

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
}