tests/histedit-helpers.sh
author Mads Kiilerich <madski@unity3d.com>
Thu, 17 Apr 2014 20:01:35 +0200
changeset 21104 40ace21cb3a1
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
revlog: introduce commonancestorsheads method Very similar to commonancestors but giving all the common ancestors heads.

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