Mercurial > hg
view tests/histedit-helpers.sh @ 34573:3e4b7861c1c5
contrib: add check-code rule banning use of readlink
readlink doesn't always exist, such as on Solaris-derived platforms.
Differential Revision: https://phab.mercurial-scm.org/D1000
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 11 Oct 2017 03:48:11 -0700 |
parents | 890273343170 |
children |
line wrap: on
line source
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" | \ cat }