tests/histedit-helpers.sh
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Mon, 20 Oct 2014 22:08:08 +0900
branchstable
changeset 23057 f41dd17ae6b7
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
tests: add "(glob)" to paths in test-revset-outgoing.t for Windows

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