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 new *invalid* branch name is set, a new history event is created #31

Closed mike-perdide closed 13 years ago

mike-perdide commented 13 years ago

It shouldn't be created, or it should be cancelled. This could be done by validating before setting the new name (as gfbi_core is supposed to handle the validation) or by adding a new cancel_history_event especially for this case (in QEditableGitModel and gfbi_core.editable_git_model).

mike-perdide commented 13 years ago

This is fixed by : 46c5e87d39d31c17c7de.