tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 24 May 2015 17:53:22 +0900
changeset 25383 5909ac39b86a
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
revrange: drop unnecessary deduplication of revisions Because "l" is a smartset, duplicated entries are omitted by addsets.

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"
}