>> People confused by the merge/resolve system could exit their merge tool >> without actually merging the changes (I know it happened to me!), so >> these files act as a reminder that not everything is right. > > I don't know, I don't use a merge tool. But presumably the merge tool > would only call "hg resolve -m" on those files which have actually been > resolved? (if it calls that command at all)
You have it backwards: it’s hg resolve that runs a merge tool. (BTW, how can you not use a merge tool? Even if you use internal hg tools like the one that adds merge conflict markers, that’s a merge tool.) > What use are these backups really? We are using a (D)VCS, you are not > losing anything. The .orig files after a revert could contain code that’s not committed anywhere. See also RDM’s reply to your message. Regards _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com