tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 08 Oct 2014 02:47:46 -0700
changeset 22869 a9fb3d598ca2
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
revset-destination: remove usage of `set()` All smartset classes have fast lookup, so this function will be removed soon.

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