On Sun, Nov 21, 2010 at 7:26 PM, Greatwolf <[email protected]> wrote: > Steve Borho <[email protected]> wrote in > news:[email protected]: > >> >> The "None" is indeed problematic. Do you have any extensions enabled? > > I'm still new to Mercurial so I haven't touched anything new regarding > extensions. This is whatever was configured by the initial tortoisehg > install. > >> Also, can you paste here the output of 'hg showconfig --debug >> tortoisehg'? This could perhaps be caused by an invalid configuration >> of the 'autoinclude' parameter. >> > > here's the output I get: > > read config from: G:\Program Files (x86)\TortoiseHg\hgrc.d\Mercurial.rc > read config from: G:\Program Files (x86)\TortoiseHg\hgrc.d > \MergePatterns.rc > read config from: G:\Program Files (x86)\TortoiseHg\hgrc.d\MergeTools.rc > read config from: C:\Users\Captain\mercurial.ini > read config from: C:\Users\Captain\.hgrc > read config from: C:\Users\Captain\mercurial.ini > read config from: C:\Users\Captain\.hgrc > C:\Users\Captain\mercurial.ini:8: tortoisehg.summarylen=0 > C:\Users\Captain\mercurial.ini:9: tortoisehg.messagewrap=0 > C:\Users\Captain\mercurial.ini:10: tortoisehg.closeci=false > C:\Users\Captain\mercurial.ini:11: tortoisehg.pushafterci=false > C:\Users\Captain\mercurial.ini:12: tortoisehg.ciexclude=None > C:\Users\Captain\mercurial.ini:13: tortoisehg.engmsg=false > C:\Users\Captain\mercurial.ini:14: tortoisehg.statustab=0 > C:\Users\Captain\mercurial.ini:15: tortoisehg.autoinc=None > > Thanks for helping with the troubleshooting btw.
The 'None' in the commit message is coming from your autoinc config. If you want no auto-includes, leave the item blank. Same with ciexclude. The docs for those two fields are somewhat misleading, now that I look at them again. -- Steve Borho ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

