tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Sat, 27 Sep 2014 01:34:02 -0700
changeset 22653 d94f5bec9c8e
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
pull: perform the todostep inside functions handling old way of pulling This matches what is done during push.

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