summaryrefslogtreecommitdiff
path: root/tests/histedit-helpers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/histedit-helpers.sh')
-rw-r--r--tests/histedit-helpers.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/histedit-helpers.sh b/tests/histedit-helpers.sh
new file mode 100644
index 0000000..4475883
--- /dev/null
+++ b/tests/histedit-helpers.sh
@@ -0,0 +1,6 @@
+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"
+}