tests/histedit-helpers.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 10 Mar 2018 15:37:29 -0800
changeset 36878 89002d07a114
parent 27350 890273343170
permissions -rw-r--r--
hgweb: remove one-off routing for file?style=raw Now that both functions are using the same API, we can unify how the command is called and perform command-specific behavior in the command itself instead of in the high-level router. Differential Revision: https://phab.mercurial-scm.org/D2788

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
}