tests/histedit-helpers.sh
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Tue, 30 Sep 2014 16:59:07 -0400
branchstable
changeset 22602 551d776a0a9a
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
diff: document the nobinary option Since 3fbef7ac26f0, we have a diff.nobinary option. This is handy, but the only way I found out about it was by looking at the release notes for 3.1, which is not something I normally do.

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