tests/histedit-helpers.sh
author Ryan McElroy <rmcelroy@fb.com>
Sat, 03 Mar 2018 14:30:21 -0800
changeset 36670 44048f1bcee5
parent 27350 890273343170
permissions -rw-r--r--
templater: provide hint for multi-line templates with parse errors Previously, we punted. Now we "rewrite" the template's newlines to r'\n' and offset the hint appropriately. Differential Revision: https://phab.mercurial-scm.org/D2609

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
}