mike-perdide / gitbuster

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

When a fake model is wrote, the QGitEditableModel should be reset #20

Closed mike-perdide closed 13 years ago

mike-perdide commented 13 years ago

A fake QGitEditableModel doesn't contain original QGitModel, so we should reset it when it is written.

mike-perdide commented 13 years ago

This is done by 4d6299c41cfb08cbab47 and d7969435a20834631dea.