py3: stop using util.iterfile()
The Python 3 implementation is a no-op. So this is equivalent. We still keep util.iterfile() around for backwards API compatibility to help the Python 3 migration. It can be deleted in a future release. Differential Revision: https://phab.mercurial-scm.org/D12347
parent
2974cdda819b
No related branches found
No related tags found
Showing
- hgext/convert/common.py 1 addition, 1 deletionhgext/convert/common.py
- hgext/convert/convcmd.py 1 addition, 1 deletionhgext/convert/convcmd.py
- mercurial/match.py 1 addition, 1 deletionmercurial/match.py
- mercurial/patch.py 2 additions, 2 deletionsmercurial/patch.py
- mercurial/store.py 1 addition, 1 deletionmercurial/store.py
Loading
Please register or sign in to comment