<p dir="ltr">Thanks, Aleix!</p>
<p dir="ltr">That was exactly what I did.<br>
Also needed to add a virtual function mergeBranch(...) into vcs/interfaces/ibranchmanager.h and in the git plugin itself, I impemented it.</p>
<p dir="ltr">I just got curious why this functionality was not expected in the vcs system source code. Would it be worthy to submit as a pull request or not?</p>
<p dir="ltr">At least for me it is useful and it's working out-of-the-box. Maybe you guys have good ideas to improve it.</p>
<p dir="ltr">Rgds,<br>
Carlos<br>
</p>
<div class="gmail_quote">Em 01/02/2016 08:41, "Aleix Pol" <<a href="mailto:aleixpol@kde.org">aleixpol@kde.org</a>> escreveu:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, Jan 31, 2016 at 12:59 AM, Carlos Nihelton<br>
<<a href="mailto:carlosnsoliveira@gmail.com">carlosnsoliveira@gmail.com</a>> wrote:<br>
> Hi All,<br>
><br>
> I'm used to setup git as VCS for my projects and I started to use KDevelop a<br>
> few months ago. When I want to merge two different branches in my code base I<br>
> always do by hand, because I couldn't find a 'merge' option in KDevelop branch<br>
> manager.<br>
><br>
> Today I decided to dig into KDevPlatform source code to see if I made any<br>
> mistake when I compiled KDevelop 4.90.91 and I still couldn't find anything<br>
> related to merging branches in the code.<br>
><br>
> Did I miss anything? Should this 'merge' option exist? Or was it never<br>
> considered an option?<br>
><br>
> I wrote something quickly just to perform basic merging, without further<br>
> checks. But I got curious why this is not considered even in vcs/interfaces/<br>
> ibranchingversioncontrol.h<br>
<br>
Hi Carlos,<br>
It could be included.  You can try to get it in<br>
vcs/dvcs/ui/branchmanager.cpp, it already<br>
has some of the functionalities, it can probably use a merge as well.<br>
<br>
Aleix<br>
</blockquote></div>