Mercurial > hg4j
comparison design.txt @ 4:aa1912c70b36
Fix offset issue for inline revlogs. Commandline processing.
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 20 Dec 2010 04:20:52 +0100 |
parents | 08db726a0fb7 |
children | fc265ddeab26 |
comparison
equal
deleted
inserted
replaced
3:24bb4f365164 | 4:aa1912c70b36 |
---|---|
15 Implementation: logic to find file by name in the repository is the same with Log and other commands | 15 Implementation: logic to find file by name in the repository is the same with Log and other commands |
16 | 16 |
17 | 17 |
18 Revlog | 18 Revlog |
19 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? | 19 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? |
20 | |
21 | |
22 ---------- | |
23 support patch from baseRev + few deltas | |
24 + command-line samples (-R, filenames) (Log & Cat) to show on any repo | |
25 | |
26 input stream impl + lifecycle | |
27 delta merge |