Try hg qdiff. It will show you all the changes that are part of the patch
and those are not yet part of it. After doing hg qref, all the changes are
stored in the patch. So, hg diff and hg status will not show any output.
--
Nilay
On Wed, 11 Jan 2012, Paul Rosenfeld wrote:
Being a newbie to mercurial (but having used 'quilt' back in the day), I'm
confused about the interaction between queues, the hg repo, and the code
review plugin.
Here's what I did:
hg clone
hg qinit
hg qnew my.patch
[ write some changes ]
hg qrefresh
Now at this point, I've got my series (with a single patch). Now, I want to
submit said series (or in this case single patch) to the code review.
However, hg status shows nothing. hg diff shows nothing as well. So if I do
a hg postreview, will it actually pick up the changes from my hg queue?
If not, what do I need to do to get it to do that?
Thanks,
Paul
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users