Issue 78: Alias repository in "Path" tab of "Settings" are not working http://bitbucket.org/tortoisehg/stable/issue/78/alias-repository-in-path-tab-of-settings-are-not
Steve Borho / sborho on Mon, 23 Mar 2009 16:14:34 +0100: Comment: I tracked this down to the iniparse library. It is enforcing lower case on the keys that you add. So when the settings dialog added paths.Jack = \\drive\path, it converted that key to paths.jack internally. Later when the settings tool decides what to write out to the file, it does not see paths.jack in the list of items in your paths list, so it deletes it. I think the iniparse library can work in case sensitive mode, I'll have to give it a try. -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
