Merging revision from revgraph
From: Oddvar Kloster <okl_at_sintef.no>
Date: Wed, 15 Apr 2009 16:12:46 +0200
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()));
Cheers,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
|
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.