diff design.txt @ 2:08db726a0fb7

Shaping out low-level Hg structures
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Sun, 19 Dec 2010 05:41:31 +0100
parents a3576694a4d1
children aa1912c70b36
line wrap: on
line diff
--- a/design.txt	Sat Dec 18 05:47:35 2010 +0100
+++ b/design.txt	Sun Dec 19 05:41:31 2010 +0100
@@ -5,6 +5,15 @@
 
 Log --rev
 Log <file>
+HgDataFile.history() or Changelog.history(file)?
+
+
+Changelog.all() to return list with placeholder, not-parsed elements (i.e. read only compressedLen field and skip to next record), so that
+total number of elements in the list is correct
 
 hg cat
-Implementation: logic to find file by name in the repository is the same with Log and other commands 
\ No newline at end of file
+Implementation: logic to find file by name in the repository is the same with Log and other commands
+
+
+Revlog
+What happens when big entry is added to a file - when it detects it can't longer fit into .i and needs .d? Inline flag and .i format changes?
\ No newline at end of file