diff design.txt @ 131:aa1629f36482

Renamed .core classes to start with Hg prefix
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 16 Feb 2011 20:47:56 +0100
parents 645829962785
children 947bf231acbb
line wrap: on
line diff
--- a/design.txt	Wed Feb 16 20:33:31 2011 +0100
+++ b/design.txt	Wed Feb 16 20:47:56 2011 +0100
@@ -81,7 +81,12 @@
   - CommandContext
   - Data access - not bytes, but ByteChannel
   - HgRepository constants (TIP, BAD, WC) to HgRevisions enum
-  - RevisionMap to replace TreeMap<Integer, ?> 
+  - RevisionMap to replace TreeMap<Integer, ?>
+  + .core.* rename to Hg*
+  + RepositoryTreeWalker to ManifestCommand to match other command classes 
+
+* defects
+  - ConfigFile to strip comments from values (#)
 
 <<<<<