equal
deleted
inserted
replaced
1 Done: |
|
2 |
|
3 - move all modules into mercurial_server directory |
|
4 - make mercurial_server.paths module; a function sets a global based on sys.argv[0] |
|
5 - reduce hg-ssh-wrapper to nothing by moving all functionality into hg-ssh |
|
6 - same for refresh-auth |
|
7 - move most of do-refresh-auth into a module |
|
8 - give that module a hook, and call the hook instead of the exe |
|
9 - abolish refresh-auth shell script and rename do-refresh-auth to refresh-auth |
|
10 - replace env vars with Python globals |
|
11 - change refresh-auth to refer to hg-ssh directly, abolish hg-ssh-wrapper |
|
12 - change install script to a Python script, abolishing hginit |
|
13 |
|
14 Todo: |
|
15 |
|
16 - add comment check and -f flag to refresh-auth |
|
17 |
|
18 |
|