tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 18 Apr 2013 13:38:49 +0200
changeset 19035 85974024ffa3
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
histedit-test: rename histedit-revspec into histedit-argument We have no testing for argument. This small file seems perfect once but needs a rename.

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