tests/histedit-helpers.sh
author liscju <piotr.listkiewicz@gmail.com>
Tue, 10 May 2016 15:14:41 +0200
changeset 29315 2143266ecb65
parent 27350 890273343170
permissions -rw-r--r--
py3: make largefiles/uisetup.py use absolute_import

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
}