doc/PLAN
changeset 72 582808b47653
parent 67 fd16d9a1234b
child 73 5d81ec164e5d
equal deleted inserted replaced
71:1120f78f81da 72:582808b47653
     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 
     6 
       
     7 - 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
       
     9 
     7 Todo:
    10 Todo:
     8 
    11 
     9 - make mercurial_server.paths module; a function sets a global based on sys.argv[0]
       
    10 - reduce hg-ssh-wrapper to nothing by moving all functionality into hg-ssh
       
    11 - same for refresh-auth
    12 - same for refresh-auth
    12 - move most of do-refresh-auth into a module
    13 - move most of do-refresh-auth into a module
    13 - give that module a hook, and call the hook instead of the exe
    14 - give that module a hook, and call the hook instead of the exe
    14 - abolish refresh-auth shell script and rename do-refresh-auth to refresh-auth
    15 - abolish refresh-auth shell script and rename do-refresh-auth to refresh-auth
    15 - replace env vars with Python globals
    16 - replace env vars with Python globals