diff TODO @ 91:c2ce1cfaeb9e

ignore file with regex and 'honest' glob support
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 27 Jan 2011 06:06:42 +0100
parents a5275143664c
children 0b2dcca7de9f
line wrap: on
line diff
--- a/TODO	Wed Jan 26 06:31:40 2011 +0100
+++ b/TODO	Thu Jan 27 06:06:42 2011 +0100
@@ -1,6 +1,8 @@
 Read-only support, version 1.0
 ==============================
 Committed:
+* store+fncache, RevlogNG (i.e. no support for older store formats) 
+
 * hg log
   + user, branch, limit
   - date, 
@@ -12,17 +14,25 @@
 
   
 * hg status
-  - copies for revisions
-
+  + copies for [revision..revision] and for [revision..working dir]
+  - path or anything meaningful instead of Strings
+  - matchers
 
 * hg cat
 
+* hgignore
+  + glob
+  + pattern
+
 
 Proposed:
 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search)
 - LogCommand.before(Date date) and .after()
 - LogCommand.match() to specify pattern, no selected file()s only?
 * RepositoryFacade and CommandContext  
+- hgignore: read extra ignore files from config file (ui.ignore)
+- tags
+
 
 Read-only support, version 1.1
 ==============================