tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 29 Sep 2015 17:14:30 -0700
changeset 26505 6086ddc1fdc6
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
shelve: compress on-disk bundle Shelve is using 'HG10UN' bundle for no obvious reason. Changing this to 'HG10BZ' as we do for other bundle stored on disk.

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"
}