tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 17 Apr 2014 14:37:24 -0400
changeset 21142 15039ce3e4a3
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
bundle2: include client capabilities in the pushed bundle The necessary data is now included in the `replycaps` part.

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