hg
changeset 5197 55860a45bbf2
parent 5178 18a9fbb5cd78
child 5531 a3fe91b4f6eb
--- 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()