class documentation
class IncrementalRepackTask(MaintenanceTask):
Constructor: IncrementalRepackTask(repo, auto, progress)
Incremental-repack maintenance task.
This consolidates pack files incrementally.
| Method | run |
Consolidate pack files incrementally. |
| Class Variable | name |
Undocumented |
Inherited from MaintenanceTask:
| Method | __init__ |
Initialize maintenance task. |
| Method | default |
Return default enabled state for this task. |
| Method | is |
Check if task is enabled in repository configuration. |
| Instance Variable | auto |
Undocumented |
| Instance Variable | progress |
Undocumented |
| Instance Variable | repo |
Undocumented |
overrides
dulwich.maintenance.MaintenanceTask.runConsolidate pack files incrementally.
| Returns | |
bool | True if successful, False otherwise |