tests/histedit-helpers.sh
author Siddharth Agarwal <sid0@fb.com>
Fri, 06 Sep 2013 13:35:29 -0700
changeset 19712 79e5de2bfa8c
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
perfmanifest: allow and require passing in a rev Previously perfmanifest would only test tip.

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