mike-perdide / gitbuster

PyQt4 frontend for git filter-branch/git cherry-pick.
GNU General Public License v3.0
24 stars 0 forks source link

Disable deletion of deleted commits. #27

Closed mike-perdide closed 13 years ago

mike-perdide commented 13 years ago

Deleting a deleted commit creates a new event and asks the EditableGitModel to delete the commit again. This isn't really critical, as the only effect is that the commit is only added one more time to self._deleted_commits. The real problem is that this creates a new event in the history, and undoing it won't have any effect.

mike-perdide commented 13 years ago

This is fixed by https://github.com/mike-perdide/gitbuster/commit/4a126fb57012f57251741074b029948cb49a4600.