I can prevent AM from seeing it, but as you say, I'm not sure its worth the extra effort of a DB query, just to check the presence. (Although it should be a fairly succint one:
select count(*) from edithistory where edithistory_id=getId($NODE), and check for >1 ..
C.