src/init/dot-mercurial-server
changeset 350 bb7ee0a13ea9
parent 346 e26c9c9e5d99
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 = /etc/mercurial-server/keys:~/repos/hgadmin/keys
       
     8 access = /etc/mercurial-server/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 = /etc/mercurial-server/remote-hgrc.d