diff -r 1e0b94cfba0e -r abaee83ce0a6 mercurial/cmdutil.py --- a/mercurial/cmdutil.py Tue Dec 12 18:16:23 2006 -0600 +++ b/mercurial/cmdutil.py Wed Dec 13 13:27:09 2006 -0600 @@ -5,11 +5,9 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -from demandload import demandload from node import * from i18n import gettext as _ -demandload(globals(), 'os sys') -demandload(globals(), 'mdiff util templater patch') +import os, sys, mdiff, util, templater, patch revrangesep = ':'