tests/histedit-helpers.sh
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 10 May 2013 22:20:32 +0200
changeset 19203 627cd7842e5d
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
bundle-ng: unify _changegroup and _changegroupsubset Refactor the two changegroup generation interface to share as much code as possible.

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