##// END OF EJS Templates
revlog: finer computation of "issnapshot"...
revlog: finer computation of "issnapshot" If the parent had an empty diff, we skip of it to compute a diff against the parent base. This create shorter and simpler chain. However these case could be wrongly detected as snapshot. So we improve the code doing this detection. In practice nobody care as when tried on a copy of mozilla-try and we got the same number of snapshot (1315) in both case. Performance where equivalent.

File last commit:

r45245:036f6f7e stable
r50371:5846bc8a default
Show More
requirements.txt.in
2 lines | 16 B | text/plain | TextLexer
Gregory Szorc
packaging: add docutils as dependency...
r45245 docutils
Gregory Szorc
packaging: convert to UNIX line endings...
r44059 jinja2