Mercurial > hg-stable
view tests/histedit-helpers.sh @ 34721:baee5512f262
hgweb: mimetype guessing needs a unicode path
Differential Revision: https://phab.mercurial-scm.org/D1086
author | Augie Fackler <augie@google.com> |
---|---|
date | Sat, 14 Oct 2017 10:47:29 -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 }