tests/histedit-helpers.sh
author Anton Shestakov <av6@dwimlabs.net>
Wed, 17 Oct 2018 22:31:34 +0800
changeset 40335 01bdf7294274
parent 27350 890273343170
permissions -rw-r--r--
zsh_completion: fix a couple of flags still not being perfect Differential Revision: https://phab.mercurial-scm.org/D5141

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
}