Mercurial > hg
view tests/histedit-helpers.sh @ 42401:bfd65b5e070b
help: clarify overlap of revlog header and first revlog entry
Differential Revision: https://phab.mercurial-scm.org/D6449
author | Nathan Goldbaum <nathan12343@gmail.com> |
---|---|
date | Tue, 28 May 2019 14:39:26 -0400 |
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 }