diff --git a/mercurial/dirstate.py b/mercurial/dirstate.py --- a/mercurial/dirstate.py +++ b/mercurial/dirstate.py @@ -9,8 +9,7 @@ of the GNU General Public License, incor from node import * from i18n import gettext as _ -from demandload import * -demandload(globals(), "struct os time bisect stat strutil util re errno") +import struct, os, time, bisect, stat, strutil, util, re, errno class dirstate(object): format = ">cllll"