tests/histedit-helpers.sh
author Matt Mackall <mpm@selenic.com>
Thu, 28 Feb 2013 21:29:31 -0600
branchstable
changeset 18739 5b7175377bab
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
setparents: drop copies from dropped p2 (issue3843)

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