tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 15 Oct 2015 01:19:32 +0100
changeset 26715 652dfb1eff14
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
merge: directly get destination from destutil There is no real value in using the revset over the function. The revset have no remaining users and will be taken care of in a later changesets.

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