tests/histedit-helpers.sh
author Patrick Mezard <patrick@mezard.eu>
Wed, 15 Aug 2012 22:50:23 +0200
branchstable
changeset 17371 1310489eb5d6
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
fileset: fix generator vs list bug in fast path $ hg debugfileset 'a or b' would only return a or b but not both because the base file list was a generator instead of a replayable sequence.

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