tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 28 Mar 2014 17:00:13 -0700
changeset 20863 876c17336b4e
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
revset: raise ValueError when calling min or max on empty smartset min([]) raise a ValueError, we do the same thing in smartset.min() and smartset.max() for the sake of consistency. The min/amax test are greatly improved in the process to prevent this familly of regression

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