view tests/histedit-helpers.sh @ 29628:6217180f9ab8 stable

spartan: make annotate popup use theme colors
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 25 Jul 2016 12:59:52 +0800
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
}