view tests/histedit-helpers.sh @ 25062:b7a8e9fa605f

store: add comment in _hashencode with reason for skipping the first 5 chars
author Adrian Buehlmann <adrian@cadifra.com>
date Wed, 13 May 2015 20:36:56 +0200
parents 35729bdd59b6
children 890273343170
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"
}