tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Thu, 25 Jul 2013 00:44:00 -0500
branchstable
changeset 19484 a987972de0e6
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
merge with i18n

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