##// END OF EJS Templates
Added huge diff protection for RSS/ATOM feeds....
Added huge diff protection for RSS/ATOM feeds. It can really be a performance killer for huge diffs.

File last commit:

r2007:324ac367 beta
r2783:a93c07ad beta
Show More
__init__.py
9 lines | 240 B | text/x-python | PythonLexer
from .repository import GitRepository
from .changeset import GitChangeset
from .inmemory import GitInMemoryChangeset
from .workdir import GitWorkdir
__all__ = [
'GitRepository', 'GitChangeset', 'GitInMemoryChangeset', 'GitWorkdir',
]