Hi Bernd, Bernd Eilers wrote: > Jens-Heiner Rechtien wrote: >> Hi, >> > > Hi, > >> the good news that hg (as well as the other DSCMs) is able to detect >> these cases and do the right thing. Things should improve here RSN. >> > > Does it really "detect" these cases or does that only work when "hg > rename" was being used. If I would have used only filesystem commands to > rename files would hg recognize that?
How should any SCM detect filesystem only renames? This is just asked to much. You have to use "hg rename", of course. Anything else would have to rely on heuristics which might fail, hardly something a SCM can do. > > Also if a "hg rename" is needed does anyone know if the netbeans IDE > "does the right thing" here automatically and execute the necessary hg > commands for you when doing things like renaming files in the IDE eg. by > using the context menu in the files explorer view or by using menu > entries such as Refactor/Rename? I hope they do the right thing, anything else would be a bug IMHO. But I haven't tried it out. Regards, Heiner --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
