Mercurial > hg
view tests/histedit-helpers.sh @ 45606:2a169781556e
rust: clippy pass
This removes some justified warnings and one hard error that, while technically
not a bug, was an ugly oversight on my part.
Differential Revision: https://phab.mercurial-scm.org/D9094
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Mon, 28 Sep 2020 14:07:00 +0200 |
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 }