tests/histedit-helpers.sh
author Yuya Nishihara <yuya@tcha.org>
Fri, 26 Aug 2016 23:31:17 +0900
changeset 29893 4c28ddda5d48
parent 27350 890273343170
permissions -rw-r--r--
debugextensions: hide "ships-with-hg-core" magic string (BC) Since we have "bundled" flag, we no longer need to rephrase "ships-with-hg-core" to show as "internal".

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
}