Re: [m5-dev] help with patch repository

2008-10-06 Thread Steve Reinhardt
Did you do an hg mv rename on the patch file? What happens if you try creating both files (old and new) and then doing an hg rm on the one you don't want? Steve On Mon, Oct 6, 2008 at 1:59 AM, Gabe Black [EMAIL PROTECTED] wrote: I'm trying to commit my patch repository and push it up to

Re: [m5-dev] help with patch repository

2008-10-06 Thread nathan binkert
If you want to copy this repo somewhere for me to look at, I can try to fix it. Nate On Mon, Oct 6, 2008 at 1:59 AM, Gabe Black [EMAIL PROTECTED] wrote: I'm trying to commit my patch repository and push it up to daystrom for safe keeping, as I do periodically, but mercurial is very upset

Re: [m5-dev] help with patch repository

2008-10-06 Thread Gabe Black
I had used hg qrename in the actual repository directory, but I went into the patch directory and used hg mv to move the patch to the original name and back, and then mercurial was satisfied. Apparently when mq did that automatically in response to the qrename (I presume), it didn't do it

Re: [m5-dev] changeset in m5: Update the README and RELEASE_NOTES files to pr...

2008-10-06 Thread Gabe Black
Hey everybody. We're preparing to push another beta into stable in the next day or so, so if everybody could check out the code and make sure it compiles and runs correctly, especially things that aren't covered by the regressions like checkpointing/restoring, etc., that would be very helpful.