On 17.10.2009 16:27, Jon Nicoll wrote:
> Hi Adrian
>>> That would be my preferred approach. and the request I'd like to make,
>>> until v1.0 arrives ;-)
>> Filed as http://bitbucket.org/tortoisehg/stable/issue/645
> 
> Appreciated, thanks!
> 
> In the meantime, I found a small bug when attempting to build the THG shell 
> extension without the OutputDebugView output: stdafx.h has a missing null 
> definition line and should have
> 
> #ifdef THG_DEBUG
> 
> // ...
> 
> #else
>     #define TDEBUG_TRACE(s)
>     #define TDEBUG_ENTER(s)
>     // (JKN) following line added
>     #define TDEBUG_TRACEW(s)
> #endif
> 
> 

Thanks for the hint. Is it possible you could send a patch to
tortoisehg-deve...@lists.sourceforge.net ?

It's as easy as committing that change, selecting it in the TortoiseHg
log viewer and choose "Email Patch.." from the context menu of the log
viewer.

To have this working this probably needs:

<snip>
[email]
method = smtp
from = Jon Nicoll <your email address here>
bcc = Jon Nicoll <your email address here>

[smtp]
host = <enter the hostanme of your email server here>

[extensions]
patchbomb =
</snip>

in your mercurial.ini (on Windows XP that's located in
"C:\Documents and Settings\<username>")

(the "bcc" is optional but handy, I use it myself to get a copy
of the patches I sent)

Then you would be recorded as a proud contributor to
TortoiseHg in its eternal history :)


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Tortoisehg-discuss mailing list
Tortoisehg-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to