Mercurial > hg
view tests/histedit-helpers.sh @ 48957:edab75a4c1da
hg: always import hgdemandimport
The deleted if condition is always true now that we dropped Python 2
and 3.5.
Differential Revision: https://phab.mercurial-scm.org/D12361
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Tue, 08 Mar 2022 19:08:35 -0800 |
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 }