I reported the bug. Just checking if anyone else has the problem. Otherwise I made a mistake somewhere. What happened was, after installing Unity 4.5.2, previously working scenes using 2D torque stopped working.
#pragma strict
var testObject : GameObject;
function Update ()
{
testObject.rigidbody2D.AddTorque(100);
}