> In reading the hg docs, i thought when you did a "hg copy" it will copy the > history over to the new file. Maybe adding the "hg remove" in the same > changeset negates that functionality.
hg copy does do that. hg remove to remove the old one. In fact, at one point, all the move command did was copy and remove. That said, I think that modern versions of hg are a little more intelligent, so you should use "hg mv" to rename a file. Nate _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
