[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Merging revision from revgraph

From: Stefan Fuhrmann <stefanfuhrmann_at_alice-dsl.de>
Date: Mon, 20 Apr 2009 20:09:21 +0200

Oddvar Kloster <okl_at_sintef.no> wrote:

> Merge revision... from revgraph seems to do a reverse and not a forward
> merge. I believe line 1146 of RevisionGraphWnd.cpp should be changed from
>
> revarray.AddRevRange(m_SelectedEntry1->GetRevision(),
svn_revnum_t(m_SelectedEntry1->GetRevision())-1);
>
> to
>
> revarray.AddRevRange(m_SelectedEntry1->GetRevision()-1,
svn_revnum_t(m_SelectedEntry1->GetRevision()));

Thanks for the patch! Committed as r16213.

-- Stefan^2.
Received on 2009-04-20 20:09:07 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.