NEWS
changeset 221 c4c3facf5d6b
parent 220 c7649d76d512
child 225 ff08fd5b1a62
equal deleted inserted replaced
220:c7649d76d512 221:c4c3facf5d6b
     1 ====================
     1 ====================
     2 mercurial-server 1.0
     2 mercurial-server 1.0
     3 ====================
     3 ====================
     4 
     4 
     5 * Add "env" section to .mercurial-server instead of special-casing HGRCPATH
     5 * Add "env" section to .mercurial-server instead of special-casing HGRCPATH
       
     6 * Switch to remote-hgrc.d directory instead of single file.
     6 * Control path of authorized keys file in .mercurial_server
     7 * Control path of authorized keys file in .mercurial_server
     7 * Overwrite $HOME with value from /etc/passwd
     8 * Overwrite $HOME with value from /etc/passwd
     8 * Use Python's ConfigParser instead of too-new mercurial.config
     9 * Use Python's ConfigParser instead of too-new mercurial.config
     9 * Fix very out-of-date comments in hg-ssh
    10 * Fix very out-of-date comments in hg-ssh
    10 * Belatedly added NEWS file :-)
    11 * Belatedly added NEWS file :-)