So will adding the "git = 1" then refreshing the patch queue do the trick or do I need to start over with the patch and move files with the hg mv?
On Fri, Apr 10, 2009 at 1:58 PM, nathan binkert <[email protected]> wrote: > > 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 > -- ---------- Korey L Sewell Graduate Student - PhD Candidate Computer Science & Engineering University of Michigan
_______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
