author | Paul Crowley <paul@lshift.net> |
Mon, 12 Oct 2009 12:03:53 +0100 | |
changeset 103 | ae1845978e38 |
parent 100 | db219a5a14f8 |
permissions | -rw-r--r-- |
67
fd16d9a1234b
Put .py files into a directory of their own
Paul Crowley <paul@lshift.net>
parents:
65
diff
changeset
|
1 |
Done: |
65
d5c3bb61607b
Describe plan to abolish shell scripts and un-hard-wire paths
Paul Crowley <paul@lshift.net>
parents:
diff
changeset
|
2 |
|
d5c3bb61607b
Describe plan to abolish shell scripts and un-hard-wire paths
Paul Crowley <paul@lshift.net>
parents:
diff
changeset
|
3 |
- move all modules into mercurial_server directory |
72 | 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 |
|
73
5d81ec164e5d
do-refresh-auth now does all the work
Paul Crowley <paul@lshift.net>
parents:
72
diff
changeset
|
6 |
- same for refresh-auth |
74
9d2ae2841bf2
Move meat of do-refresh-auth into a module
Paul Crowley <paul@lshift.net>
parents:
73
diff
changeset
|
7 |
- move most of do-refresh-auth into a module |
75
5af89523a9d3
give refreshauth.py a hook and call that in hgadmin hgrc
Paul Crowley <paul@lshift.net>
parents:
74
diff
changeset
|
8 |
- give that module a hook, and call the hook instead of the exe |
76
e6a35b0f853c
Abolish wrapper around refresh-auth
Paul Crowley <paul@lshift.net>
parents:
75
diff
changeset
|
9 |
- abolish refresh-auth shell script and rename do-refresh-auth to refresh-auth |
78
2a3407a14654
Replaced env vars with Python globals
Paul Crowley <paul@lshift.net>
parents:
76
diff
changeset
|
10 |
- replace env vars with Python globals |
79 | 11 |
- change refresh-auth to refer to hg-ssh directly, abolish hg-ssh-wrapper |
100 | 12 |
- change install script to a Python script, abolishing hginit |
72 | 13 |
|
67
fd16d9a1234b
Put .py files into a directory of their own
Paul Crowley <paul@lshift.net>
parents:
65
diff
changeset
|
14 |
Todo: |
fd16d9a1234b
Put .py files into a directory of their own
Paul Crowley <paul@lshift.net>
parents:
65
diff
changeset
|
15 |
|
65
d5c3bb61607b
Describe plan to abolish shell scripts and un-hard-wire paths
Paul Crowley <paul@lshift.net>
parents:
diff
changeset
|
16 |
- add comment check and -f flag to refresh-auth |
d5c3bb61607b
Describe plan to abolish shell scripts and un-hard-wire paths
Paul Crowley <paul@lshift.net>
parents:
diff
changeset
|
17 |
|
d5c3bb61607b
Describe plan to abolish shell scripts and un-hard-wire paths
Paul Crowley <paul@lshift.net>
parents:
diff
changeset
|
18 |