tests/histedit-helpers.sh
author Augie Fackler <augie@google.com>
Sat, 14 Apr 2018 00:08:59 -0400
changeset 37752 63b7415e37a5
parent 27350 890273343170
permissions -rw-r--r--
hook: also use pprint on lists for stable output on py2/3 Differential Revision: https://phab.mercurial-scm.org/D3361

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
}