[CalendarServer-changes] [8461] CalendarServer/trunk/calendarserver/tools/shell.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 15 16:10:44 PST 2011


Revision: 8461
          http://trac.macosforge.org/projects/calendarserver/changeset/8461
Author:   wsanchez at apple.com
Date:     2011-12-15 16:10:44 -0800 (Thu, 15 Dec 2011)
Log Message:
-----------
Hide emulate command

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/shell.py

Modified: CalendarServer/trunk/calendarserver/tools/shell.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell.py	2011-12-16 00:07:40 UTC (rev 8460)
+++ CalendarServer/trunk/calendarserver/tools/shell.py	2011-12-16 00:10:44 UTC (rev 8461)
@@ -471,6 +471,10 @@
 
         self.emulate = editor
 
+        # FIXME: Need to update key registrations
+
+    cmd_emulate.hidden = "Incomplete"
+
     def complete_emulate(self, tokens):
         if len(tokens) == 0:
             return self.emulation_modes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111215/e800e773/attachment.html>


More information about the calendarserver-changes mailing list