tests/histedit-helpers.sh
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 03 Nov 2020 20:18:26 -0800
changeset 45837 b7b8a1538161
parent 27350 890273343170
permissions -rw-r--r--
httpservice: move sys.exit() out of serve_forever() This is a simple refactoring to show the callers of the method, so it's easier to reason about the impact of removing the `sys.exit()` calls in subsequent patches. Differential Revision: https://phab.mercurial-scm.org/D9270

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
}