--- a/src/do-refresh-auth Fri Mar 06 13:03:46 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2008-2009 LShift Ltd
-
-# WARNING
-# This script completely destroys your ~/.ssh/authorized_keys
-# file every time it is run
-# WARNING
-
-import sys
-from mercurialserver import refreshauth
-
-if len(sys.argv) != 1:
- sys.stderr.write("refresh-auth: must be called with no arguments (%s)\n" % sys.argv)
- sys.exit(-1)
-
-refreshauth.refreshAuth()