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

Re: Patch: reducing amount of duplicate code

From: Dmitry <wipedout_at_yandex.ru>
Date: Thu, 03 Sep 2009 12:46:59 +0400

Hey.

Here's more of the same - rewriting long method, eliminating duplicate code for calling CreateProcess().

Also in ContextMenu.cpp once in a while there's a line
svnCmd += _T("\"";)

which I suppose was meant to be
svnCmd += _T("\"");

Fixed it but unsure if it was the right idea.

Best wishes.
Dmitry.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2390564

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-09-03 14:47:56 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.