Mercurial > hg4j
comparison design.txt @ 22:603806cd2dc6
Status of local working dir against non-tip base revision
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 06 Jan 2011 03:30:20 +0100 |
parents | e929cecae4e1 |
children | da8ccbfae64d |
comparison
equal
deleted
inserted
replaced
21:e929cecae4e1 | 22:603806cd2dc6 |
---|---|
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 | 20 |
21 What's hg natural way to see nodeids of specific files (i.e. when I do 'hg --debug manifest -r 11' and see nodeid of some file, and | |
22 then would like to see what changeset this file came from)? | |
21 | 23 |
22 ---------- | 24 ---------- |
23 + support patch from baseRev + few deltas (although done in a way patches are applied one by one instead of accumulated) | 25 + support patch from baseRev + few deltas (although done in a way patches are applied one by one instead of accumulated) |
24 + command-line samples (-R, filenames) (Log & Cat) to show on any repo | 26 + command-line samples (-R, filenames) (Log & Cat) to show on any repo |
25 +buildfile + run samples | 27 +buildfile + run samples |