tests/histedit-helpers.sh
author Sean Farley <sean.michael.farley@gmail.com>
Thu, 15 Aug 2013 15:06:39 -0500
changeset 21672 a428fb04128d
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
memctx: remove p2 since it is now inherited

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