]> rtime.felk.cvut.cz Git - sojka/gitk.git/blobdiff - gitk
gitk: Update cherry-pick error message parsing
[sojka/gitk.git] / gitk
diff --git a/gitk b/gitk
index 1ff4093a5485c8b6e078946810d698ef6580a4b7..4cde0c493b8ad425c09c63173c692a0ffa4ed632 100755 (executable)
--- a/gitk
+++ b/gitk
@@ -9065,7 +9065,7 @@ proc cherrypick {} {
                        to file '%s'.\nPlease commit, reset or stash\
                        your changes and try again." $fname]
        } elseif {[regexp -line \
-                      {^(CONFLICT \(.*\):|Automatic cherry-pick failed)} \
+                      {^(CONFLICT \(.*\):|Automatic cherry-pick failed|error: could not apply)} \
                       $err]} {
            if {[confirm_popup [mc "Cherry-pick failed because of merge\
                        conflict.\nDo you wish to run git citool to\