tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Wed, 25 Jul 2012 14:49:53 -0500
branchstable
changeset 17243 106cdea0183d
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
hgweb: improve colors for comparison page delete: red -> red insert: green -> yellow change: yellow -> gray

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