contrib/hg-ssh
changeset 48875 6000f5b25c9b
parent 47620 724066f23e2d
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    26 command="cd repos && hg-ssh user/thomas/* projects/{mercurial,foo}"
    26 command="cd repos && hg-ssh user/thomas/* projects/{mercurial,foo}"
    27 
    27 
    28 You can also add a --read-only flag to allow read-only access to a key, e.g.:
    28 You can also add a --read-only flag to allow read-only access to a key, e.g.:
    29 command="hg-ssh --read-only repos/*"
    29 command="hg-ssh --read-only repos/*"
    30 """
    30 """
    31 from __future__ import absolute_import
       
    32 
    31 
    33 import os
    32 import os
    34 import re
    33 import re
    35 import shlex
    34 import shlex
    36 import sys
    35 import sys