changeset 32369 | 3b88a7fa97d8 |
parent 32368 | 008d37c4d783 |
child 32371 | 151cc3b3d799 |
--- a/mercurial/debugcommands.py Sat Aug 13 12:08:23 2016 +0900 +++ b/mercurial/debugcommands.py Sat Aug 13 12:12:50 2016 +0900 @@ -1026,11 +1026,11 @@ err = None try: from . import ( - bdiff, mpatch, ) from .cext import ( base85, + bdiff, osutil, ) dir(bdiff), dir(mpatch), dir(base85), dir(osutil) # quiet pyflakes