Mercurial > hg
view tests/histedit-helpers.sh @ 43475:9ce76155e0da
compression: tell pytype to not sweat a missing `zstd` module
Differential Revision: https://phab.mercurial-scm.org/D7273
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 06 Nov 2019 14:20:27 -0500 |
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 }