changeset 5197 | 55860a45bbf2 |
parent 5191 | 831ebc408ffb |
child 8225 | 46293a0c7e9f |
--- a/contrib/hg-ssh Fri Aug 17 23:20:13 2007 -0300 +++ b/contrib/hg-ssh Sat Aug 18 11:37:08 2007 +0200 @@ -25,6 +25,9 @@ command="cd repos && hg-ssh user/thomas/* projects/{mercurial,foo}" """ +# enable importing on demand to reduce startup time +from mercurial import demandimport; demandimport.enable() + from mercurial import dispatch import sys, os