tests/histedit-helpers.sh
author timeless <timeless@mozdev.org>
Wed, 30 Dec 2015 17:10:56 +0000
changeset 27607 ee27d461bf5b
parent 27350 890273343170
permissions -rw-r--r--
help: rename the Format section to Structure This reduces the confusion from `hg help config.format` which deals with repository format. (But also profiling.format, and progress.format)

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