Mercurial > hg
view tests/histedit-helpers.sh @ 51578:231a92eb1936
phases: more compact error handling in analyzeremotephases
using an intermediate variable result in more readable code, so let us use it.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 05 Apr 2024 11:17:25 +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 }