Mercurial > hg
view tests/histedit-helpers.sh @ 32898:c425b678df7c
py3: use open() instead of file() constructor
The file() constructor has been removed in python 3.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sat, 17 Jun 2017 17:16:28 +0530 |
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 }