Show More
@@ -65,7 +65,7 b' def entry(' | |||||
65 | class revisioninfo: |
|
65 | class revisioninfo: | |
66 | """Information about a revision that allows building its fulltext |
|
66 | """Information about a revision that allows building its fulltext | |
67 | node: expected hash of the revision |
|
67 | node: expected hash of the revision | |
68 | p1, p2: parent revs of the revision |
|
68 | p1, p2: parent revs of the revision (as node) | |
69 | btext: built text cache consisting of a one-element list |
|
69 | btext: built text cache consisting of a one-element list | |
70 | cachedelta: (baserev, uncompressed_delta, usage_mode) or None |
|
70 | cachedelta: (baserev, uncompressed_delta, usage_mode) or None | |
71 | flags: flags associated to the revision storage |
|
71 | flags: flags associated to the revision storage |
General Comments 0
You need to be logged in to leave comments.
Login now