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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
582808b47653 All work now in hg-ssh
Paul Crowley <paul@lshift.net>
parents: 67
diff changeset
     4
- make mercurial_server.paths module; a function sets a global based on sys.argv[0]
582808b47653 All work now in hg-ssh
Paul Crowley <paul@lshift.net>
parents: 67
diff changeset
     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
3a58a95fae2f abolish hg-ssh-wrapper
Paul Crowley <paul@lshift.net>
parents: 78
diff changeset
    11
- change refresh-auth to refer to hg-ssh directly, abolish hg-ssh-wrapper
100
db219a5a14f8 share not lib in docs
Paul Crowley <paul@lshift.net>
parents: 79
diff changeset
    12
- change install script to a Python script, abolishing hginit
72
582808b47653 All work now in hg-ssh
Paul Crowley <paul@lshift.net>
parents: 67
diff changeset
    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