tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 17 Apr 2014 17:15:02 -0400
changeset 21152 30bce7e60140
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
changegroup: use tr.hookargs when calling pretxnchangegroup hooks So that other parties using the transaction can put information in our hook calls.

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