tests/histedit-helpers.sh
author Sushil khanchi <sushilkhanchi97@gmail.com>
Mon, 27 Aug 2018 04:31:09 +0530
changeset 39314 6b81d2ff118f
parent 27350 890273343170
permissions -rw-r--r--
cmdutil: fix typo in revert() Differential Revision: https://phab.mercurial-scm.org/D4381

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
}