tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 21 Aug 2019 13:14:39 -0700
changeset 42820 7b80ad5af239
parent 27350 890273343170
permissions -rw-r--r--
merge: hint about using `hg resolve` for resolving conflicts This was suggested by one of our users at Google. Makes sense to me. Differential Revision: https://phab.mercurial-scm.org/D6755

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
}