contrib/hg-ssh
changeset 5197 55860a45bbf2
parent 5188 831ebc408ffb
equal deleted inserted replaced
5196:86e95b93559a 5197:55860a45bbf2
    23 
    23 
    24 You can use pattern matching of your normal shell, e.g.:
    24 You can use pattern matching of your normal shell, e.g.:
    25 command="cd repos && hg-ssh user/thomas/* projects/{mercurial,foo}"
    25 command="cd repos && hg-ssh user/thomas/* projects/{mercurial,foo}"
    26 """
    26 """
    27 
    27 
       
    28 # enable importing on demand to reduce startup time
       
    29 from mercurial import demandimport; demandimport.enable()
       
    30 
    28 from mercurial import dispatch
    31 from mercurial import dispatch
    29 
    32 
    30 import sys, os
    33 import sys, os
    31 
    34 
    32 cwd = os.getcwd()
    35 cwd = os.getcwd()