Tickets
Issues
# TODO: Use dulwich's diff_tree module- Id: 278cf71c3176031cb3e245a9aafa645d
- Status: Open
- Initial commit: eaf41544a36f26451f0166642a3f7204616c8626
- Creation date: 2015-02-21 19:45:12
- Last changed: 2023-01-18 12:16:41
- Created by: Laurent Defert
- File: staticpm/git.py
- Last changed by: Laurent DEFERT
- Tag:
# TODO: Use dulwich's diff_tree module
current_name = self._item_by_name(current)
parent_name = self._item_by_name(parent)
_deleted = list(set(parent_name.keys()) - set(current_name.keys()))
added = []
History
-
Changed by Laurent DEFERT on 2023-01-18 12:16:41 during fbea579dac61d4988aca4bf9bd4c0578003a2385
-
File:
kissspm/git.py- staticpm/git.py