Where IDE keeps parent branch information when I create new task with git vcs?
When I open a task I can check the "create branch" option. Then when I close a task, IDE can merge my branch which I created into it's parent branch. I would like to use that information in plugin. I found in logs following entry
[localHash=d5adedb56ed3fb0b0365b76c15c72022baca5f70,localBranch=refs/heads/fb_,remote=RepoStatusRemote[remoteTrackingBranch=<null>,parentBranch=refs/remotes/origin/release-7.0.00,parentHash=d5adedb56ed3fb0b0365b76c15c72022baca5f70]]
I tried to search for that entries in .idea directory but they are not there.
Where are they saved? Can I easly use them in plugin directly from IDE without reading them from some config files?
请先登录再写评论。