view tests/histedit-helpers.sh @ 23626:012a7b482d68

share: use the 'sharedpath' attr on repo instead of reloading from the file Seems like a useful optimization, and now the exact file content is not a concern.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 18 Dec 2014 23:24:17 -0500
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"
}