diff TODO @ 109:dd4d2d0e42cd

Handler for StatusCommand to get notifications in the form of HgStatus object
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Sat, 29 Jan 2011 04:17:13 +0100
parents 7ec89d637f50
children d488c7638b87
line wrap: on
line diff
--- a/TODO	Sat Jan 29 02:31:09 2011 +0100
+++ b/TODO	Sat Jan 29 04:17:13 2011 +0100
@@ -26,10 +26,17 @@
   + glob
   + pattern
 
-+ Tests with JUnit 
++ Tests with JUnit
+  - allow to specify repo location (system property)
+  - keep a .zip of repo along with tests 
 
 * tags
   * Tags are read and can be queried (cmdline Log does)
+  
+- keywords
+
+- newlines
+
 
 Proposed:
 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search)