diff -r 86e95b93559a -r 55860a45bbf2 hg --- a/hg Fri Aug 17 23:20:13 2007 -0300 +++ b/hg Sat Aug 18 11:37:08 2007 +0200 @@ -7,5 +7,8 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. +# enable importing on demand to reduce startup time +from mercurial import demandimport; demandimport.enable() + import mercurial.dispatch mercurial.dispatch.run()