Mercurial > public > mercurial-scm > hg-stable
diff mercurial/patch.py @ 37571:0ea8b9576d7c
diffhelpers: move out of pure package
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Mon, 09 Apr 2018 20:54:00 +0900 |
parents | c4c8d0d1267f |
children | 49b82cdb5983 |
line wrap: on
line diff
--- a/mercurial/patch.py Mon Apr 09 20:52:54 2018 +0900 +++ b/mercurial/patch.py Mon Apr 09 20:54:00 2018 +0900 @@ -28,6 +28,7 @@ ) from . import ( copies, + diffhelpers, encoding, error, mail, @@ -39,7 +40,6 @@ util, vfs as vfsmod, ) -from .pure import diffhelpers from .utils import ( dateutil, procutil,