diff -r 3fbc6e3abdbd -r 168cc52ad7c2 tests/histedit-helpers.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/histedit-helpers.sh Wed Jun 27 17:52:54 2012 -0500 @@ -0,0 +1,8 @@ +#!/bin/sh + +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" +}