Mercurial > hg
view tests/histedit-helpers.sh @ 44025:df470e764770
tests: update test-releasenotes-formatting.t output
The output seems to be left outdated because running this test requires
fuzzy-wuzzy which is not generally installed.
Differential Revision: https://phab.mercurial-scm.org/D7723
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 24 Dec 2019 20:17:40 +0300 |
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 }