tests/histedit-helpers.sh
author Laurent Charignon <lcharignon@fb.com>
Thu, 12 Mar 2015 14:19:11 -0700
changeset 24310 6409fb6c934d
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
record: add crecord's ui logic to core Code adapted from https://bitbucket.org/edgimar/crecord/src to respect coding convention an record's interface

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