Mercurial > public > mercurial-scm > hg-stable
diff tests/histedit-helpers.sh @ 17064:168cc52ad7c2
histedit: new extension for interactive history editing
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 27 Jun 2012 17:52:54 -0500 |
parents | |
children | 35729bdd59b6 |
line wrap: on
line diff
--- /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" +}