tests/histedit-helpers.sh
author Pulkit Goyal <pulkit@yandex-team.ru>
Tue, 13 Nov 2018 18:07:21 +0300
changeset 40612 3fa4183e7803
parent 27350 890273343170
permissions -rw-r--r--
py3: use node.hex(h.digest()) instead of h.hexdigest() hashlib.sha1.hexdigest() returns str on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5261

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
}