doc/PLAN
changeset 73 5d81ec164e5d
parent 72 582808b47653
child 74 9d2ae2841bf2
equal deleted inserted replaced
72:582808b47653 73:5d81ec164e5d
     1 Plan: do away with shell scripts, and un-hard-wire the path /usr/local/lib/mercurial-server.
     1 Plan: do away with shell scripts, and un-hard-wire the path /usr/local/lib/mercurial-server.
     2 
     2 
     3 Done:
     3 Done:
     4 
     4 
     5 - move all modules into mercurial_server directory
     5 - move all modules into mercurial_server directory
     6 
       
     7 - make mercurial_server.paths module; a function sets a global based on sys.argv[0]
     6 - make mercurial_server.paths module; a function sets a global based on sys.argv[0]
     8 - reduce hg-ssh-wrapper to nothing by moving all functionality into hg-ssh
     7 - reduce hg-ssh-wrapper to nothing by moving all functionality into hg-ssh
       
     8 - same for refresh-auth
     9 
     9 
    10 Todo:
    10 Todo:
    11 
    11 
    12 - same for refresh-auth
       
    13 - move most of do-refresh-auth into a module
    12 - move most of do-refresh-auth into a module
    14 - give that module a hook, and call the hook instead of the exe
    13 - give that module a hook, and call the hook instead of the exe
    15 - abolish refresh-auth shell script and rename do-refresh-auth to refresh-auth
    14 - abolish refresh-auth shell script and rename do-refresh-auth to refresh-auth
    16 - replace env vars with Python globals
    15 - replace env vars with Python globals
    17 - change refresh-auth to refer to hg-ssh directly, abolish hg-ssh-wrapper
    16 - change refresh-auth to refer to hg-ssh directly, abolish hg-ssh-wrapper