src/init/dot-mercurial-server.tmpl
changeset 350 bb7ee0a13ea9
parent 303 3f9f247b72bd
equal deleted inserted replaced
346:e26c9c9e5d99 350:bb7ee0a13ea9
       
     1 # WARNING: a .mercurial-server file in your home directory means
       
     2 # that refresh-auth can and will trash your ~/.ssh/authorized_keys file.
       
     3 
       
     4 [paths]
       
     5 repos = ~/repos
       
     6 authorized_keys = ~/.ssh/authorized_keys
       
     7 keys = _ETCDIR_/keys:~/repos/hgadmin/keys
       
     8 access = _ETCDIR_/access.conf:~/repos/hgadmin/access.conf
       
     9 
       
    10 [exceptions]
       
    11 # Allow the creation of mq repositories by default
       
    12 allowdots = .hg/patches
       
    13 
       
    14 [env]
       
    15 # Use a different hgrc for remote pulls - this way you can set
       
    16 # up access.py for everything at once without affecting local operations
       
    17 
       
    18 HGRCPATH = _ETCDIR_/remote-hgrc.d