tests/histedit-helpers.sh
author Kevin Bullock <kbullock@ringworld.org>
Wed, 17 Oct 2012 16:32:43 -0500
changeset 17816 19388ba75a06
parent 17085 35729bdd59b6
child 27350 890273343170
permissions -rw-r--r--
bookmarks: disallow bookmarks named 'tip', '.', or 'null' This makes bookmarks reject the same reserved names as tags and branches.

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