tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Mon, 31 Aug 2015 22:44:20 -0400
changeset 26137 99e8a9ff1f5f
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
hghave: use subprocess instead of os.popen os.popen was deprecated in Python 2.6 in favor of subprocess, so let's move into the future.

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"
}