tests/histedit-helpers.sh
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 26 Mar 2014 16:14:30 -0700
changeset 24937 f5518b47cdd1
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
revset: rename 'revsnode' to 'inputrev' in ancestors We usually use 'node' for variable containing 20 bytes hash. There is nothing nodish in this variable, so we rename it to "inputrev" as it old the next entry of the iteration.

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