Code

gitk: Improve cherry-pick error handling
authorPaul Mackerras <paulus@samba.org>
Sat, 8 Nov 2008 10:37:09 +0000 (21:37 +1100)
committerPaul Mackerras <paulus@samba.org>
Sat, 8 Nov 2008 10:37:09 +0000 (21:37 +1100)
commit887a791f113a09a56bb4916243463481a51d86a4
treeec686d8c69e879c8eec1b45b8ef43f1ad8e885dd
parent15e350552db1c0e8ede0af4f1f07dbbc9090e420
gitk: Improve cherry-pick error handling

This adds to the regexps that are used to work out what sort of error
we encountered in trying to do a cherry-pick so that it recognizes
some additional common error messages.  It adds a confirmation dialog
when the error is a merge conflict so the user can choose whether or
not to run git citool.  Finally, it arranges to update the display
after a cherry-pick failed so that any local changes made by the
cherry-pick become visible.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk