You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/09/29 10:06:25 UTC

svn commit: r700020 - /geronimo/gshell/trunk/gshell-commands/gshell-builtins/src/main/java/org/apache/geronimo/gshell/commands/builtins/HistoryAction.java

Author: jdillon
Date: Mon Sep 29 01:06:25 2008
New Revision: 700020

URL: http://svn.apache.org/viewvc?rev=700020&view=rev
Log:
Notes

Modified:
    geronimo/gshell/trunk/gshell-commands/gshell-builtins/src/main/java/org/apache/geronimo/gshell/commands/builtins/HistoryAction.java

Modified: geronimo/gshell/trunk/gshell-commands/gshell-builtins/src/main/java/org/apache/geronimo/gshell/commands/builtins/HistoryAction.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-builtins/src/main/java/org/apache/geronimo/gshell/commands/builtins/HistoryAction.java?rev=700020&r1=700019&r2=700020&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-builtins/src/main/java/org/apache/geronimo/gshell/commands/builtins/HistoryAction.java (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-builtins/src/main/java/org/apache/geronimo/gshell/commands/builtins/HistoryAction.java Mon Sep 29 01:06:25 2008
@@ -41,6 +41,10 @@
     @Autowired
     private History history;
 
+    // TODO: Support displaying a range of history
+    
+    // TODO: Add clear and recall support
+
     public Object execute(final CommandContext context) throws Exception {
         assert context != null;
         IO io = context.getIo();