equal
deleted
inserted
replaced
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 Steps: |
3 Done: |
4 |
4 |
5 - move all modules into mercurial_server directory |
5 - move all modules into mercurial_server directory |
|
6 |
|
7 Todo: |
|
8 |
6 - make mercurial_server.paths module; a function sets a global based on sys.argv[0] |
9 - 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 |
10 - reduce hg-ssh-wrapper to nothing by moving all functionality into hg-ssh |
8 - same for refresh-auth |
11 - same for refresh-auth |
9 - move most of do-refresh-auth into a module |
12 - move most of do-refresh-auth into a module |
10 - 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 |