doc/PLAN
author Paul Crowley <paul@lshift.net>
Thu, 28 May 2009 10:58:13 +0100
changeset 100 db219a5a14f8
parent 79 3a58a95fae2f
permissions -rw-r--r--
share not lib in docs

Done:

- move all modules into mercurial_server directory
- make mercurial_server.paths module; a function sets a global based on sys.argv[0]
- reduce hg-ssh-wrapper to nothing by moving all functionality into hg-ssh
- same for refresh-auth
- move most of do-refresh-auth into a module
- give that module a hook, and call the hook instead of the exe
- abolish refresh-auth shell script and rename do-refresh-auth to refresh-auth
- replace env vars with Python globals
- change refresh-auth to refer to hg-ssh directly, abolish hg-ssh-wrapper
- change install script to a Python script, abolishing hginit

Todo:

- add comment check and -f flag to refresh-auth