diff TODO @ 78:c25c5c348d1b

Skip metadata in the beginning of a file content. Parse metadata, recognize copies/renames
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 25 Jan 2011 02:13:53 +0100
parents c677e1593919
children a5275143664c
line wrap: on
line diff
--- a/TODO	Mon Jan 24 05:33:47 2011 +0100
+++ b/TODO	Tue Jan 25 02:13:53 2011 +0100
@@ -6,15 +6,18 @@
   - date, 
   + filename
   - filename and follow history
-  - 
+
   
 * hg manifest (aka ls)
+
   
 * hg status
   - copies for revisions
 
+
 * hg cat
 
+
 Proposed:
 - LogCommand.revision(int... rev)+ to walk selected revisions only (list->sort(array) on execute, binary search)
 - LogCommand.before(Date date) and .after()