tests/histedit-helpers.sh
author Laurent Charignon <lcharignon@fb.com>
Tue, 10 Mar 2015 14:42:07 -0700
changeset 24269 9a745ced79a9
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
record: move filterpatch from record to patch Part of a series of patches to move record from hgext to core

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