view tests/histedit-helpers.sh @ 28517:95163ababeb8 stable

tests: add test of stream clone of repo that is changing This reveals an error introduced by 9fea6b38a8da.
author Mads Kiilerich <madski@unity3d.com>
date Sun, 13 Mar 2016 02:28:46 +0100
parents 890273343170
children
line wrap: on
line source

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