Mercurial > hg
view tests/histedit-helpers.sh @ 30073:aa23c93e636d
py3: make format strings unicodes and not bytes
Fixes issues on Python 3, wherein docstrings are unicodes.
Shouldn't break anything on Python 2.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sat, 08 Oct 2016 16:10:58 +0200 |
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 }