Mercurial > hg
view tests/histedit-helpers.sh @ 51173:933551630b0d
statprof: handle `lineno == None` in more cases
This continues the work from 972f3e5c94b8. We saw a crash on line 956 but I
updated lots of other places as well.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 07 Dec 2023 09:31:07 -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 }