# HG changeset patch
# User Paul Crowley <paul@lshift.net>
# Date 1255345729 -3600
# Node ID cd3da73cdf63c65de4c21c588d9b2de9f0f7db76
# Parent  d9665b29063631e45cdb930a0f465368e8bf2de9
Remove obsolete documentation

diff -r d9665b290636 -r cd3da73cdf63 doc/PLAN
--- a/doc/PLAN	Mon Oct 12 12:08:19 2009 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-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
-
-