On Sun, Nov 21, 2010 at 2:06 PM, Greatwolf <[email protected]> wrote: > Greatwolf <[email protected]> > wrote in news:[email protected]: > >> >> I've also enabled Always show output and here's the command I'm seeing >> from the commit dialog window: >> >> hg commit --verbose --user Captain --message "Hg Commit Test#4" -- >> src >> \tools\gcc... >> >> abort: None: The system cannot find the file specified >> >> [command interrupted] >> >> Seems like the commit window isn't showing the full commandline, the >> last bit of it is getting cut off. >> >> > > Ok, I just tried a different commit where the arguments are made shorter > so I can see the entire commandline. Here's what I get: > > hg commit --verbose --user "C" --message "H" -- README.txt None > > Retyping that command from the commit dialog window verbatim into the cli > reproduces the issue! So it looks like I found the root cause of the > problem. But why is tortoisehg tacking on an extra None parameter at the > end?? I bet if that last argument is removed then the commit should work > without problems. > > Comments, suggestions?
The "None" is indeed problematic. Do you have any extensions enabled? 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. -- 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

