tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Sat, 10 Jan 2015 21:31:59 +0900
branchstable
changeset 23826 c90d195320c5
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
revset: fix spanset.isascending() to honor sort() or reverse() request Because spanset.isascending() ignored the ascending flag, the result of "fullreposet() & x" was always sorted in ascending order. The test case is carefully chosen to call fullreposet.__and__.

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