tests/histedit-helpers.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 04 Apr 2015 15:43:00 -0400
changeset 24627 f33236c9b025
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
largefiles: drop os.path reference in lfutil.storepath() localrepo.join() can concatenate multiple parts on its own.

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