mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
GitPushActiveBranchesDialog#Commit better toString()
This commit is contained in:
@@ -978,7 +978,8 @@ public class GitPushActiveBranchesDialog extends DialogWrapper {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return revision.toString();
|
||||
String mergeCommitStr = isMerge ? " " + GitBundle.getString("push.active.commit.node.merge") : "";
|
||||
return revision.toShortString() + " " + message + mergeCommitStr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user