Hi, I'm having an issue transplanting with TortoiseHg that doesn't occur with the (TortoiseHg bundled) command-line Hg.
The transplant consists entirely of added files. I'm using TortoiseHg 2.2.2 on Windows 7 x64. In TortoiseHg, I see: DevPort132-Application% hg transplant 4168 % hg --cwd C:\Oncall\80\DevPort132-Application transplant 4168 applying c0cb555ccd93 adding notegen\sections\instance\PROBS.XML adding notegen\sections\types\PROBS\section.js adding notegen\sections\types\PROBS\section.xsl adding notegen\sections\types\PROBS\style.css abort: notegen/sections/types/probs/style.css: file not tracked! [command returned code 255 Thu Jan 19 19:02:11 2012] In command-line Hg, I see: C:\Oncall\80\DevPort132-Application>hg transplant 4168 applying c0cb555ccd93 c0cb555ccd93 transplanted to 371fdbb47bd9 or if I try with -v: C:\Oncall\80\DevPort132-Application>hg transplant -v 4168 applying c0cb555ccd93 [...] patching file notegen/sections/instance/probs.xml patching file notegen/sections/types/probs/section.js patching file notegen/sections/types/probs/section.xsl adding notegen\sections\instance\probs.xml adding notegen\sections\types\probs\section.js adding notegen\sections\types\probs\section.xsl adding notegen\sections\types\probs\style.css notegen/sections/instance/probs.xml notegen/sections/types/probs/section.js notegen/sections/types/probs/section.xsl notegen/sections/types/probs/style.css c0cb555ccd93 transplanted to 371fdbb47bd9 Seems there is some difference with case preservation? Is there a configuration option I'm missing? Thanks, -- Nicholas Riley <[email protected]> ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

