I have output files that tend to differ in ways I don't care about between runs; in particular there is date stamp at the top of every page. I would like to be able to avoid having those differences detected, so that it is easier to tell if anything has changed.
If I could process the file before the diff tools get it, that would solve the problem. I think doing this extra processing based on the file extension would suffice, though it might be nice to have some other way to control it. How can I do this? I can write a little python script to do the transform, but I don't know how to hook it up. The GUI seems to permit only the tools that tortoisehg autodetects. If I could tell it to run my script I think I'd have a solution. Thanks. Ross ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

