doc/PLAN
changeset 100 db219a5a14f8
parent 79 3a58a95fae2f
equal deleted inserted replaced
98:cacc2cf27d18 100:db219a5a14f8
     1 Plan: do away with shell scripts, and un-hard-wire the path /usr/local/lib/mercurial-server.
       
     2 
       
     3 Done:
     1 Done:
     4 
     2 
     5 - move all modules into mercurial_server directory
     3 - move all modules into mercurial_server directory
     6 - make mercurial_server.paths module; a function sets a global based on sys.argv[0]
     4 - make mercurial_server.paths module; a function sets a global based on sys.argv[0]
     7 - reduce hg-ssh-wrapper to nothing by moving all functionality into hg-ssh
     5 - reduce hg-ssh-wrapper to nothing by moving all functionality into hg-ssh
     9 - move most of do-refresh-auth into a module
     7 - move most of do-refresh-auth into a module
    10 - give that module a hook, and call the hook instead of the exe
     8 - give that module a hook, and call the hook instead of the exe
    11 - abolish refresh-auth shell script and rename do-refresh-auth to refresh-auth
     9 - abolish refresh-auth shell script and rename do-refresh-auth to refresh-auth
    12 - replace env vars with Python globals
    10 - replace env vars with Python globals
    13 - change refresh-auth to refer to hg-ssh directly, abolish hg-ssh-wrapper
    11 - change refresh-auth to refer to hg-ssh directly, abolish hg-ssh-wrapper
       
    12 - change install script to a Python script, abolishing hginit
    14 
    13 
    15 Todo:
    14 Todo:
    16 
    15 
    17 - add comment check and -f flag to refresh-auth
    16 - add comment check and -f flag to refresh-auth
    18 - change install script to a Python script, abolishing hginit
       
    19 
    17 
    20 
    18