view tests/histedit-helpers.sh @ 26434:0a823de8d7b7

templatekw: reorder stub of showparents() function It will have an implementation.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 26 Sep 2015 12:32:03 +0900
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"
}