On Fri, 2 Dec 2011, Mahmood Naderan wrote:

Ok. I read this page
http://gem5.org/Development_Tools_Contributing#Using_Mercurial_Queues

what I understand from that is:
1- create a new for my own changes:
 hg qinit -c
 hg qnew my_new_feature.diff

2- add my own changes

Now when I want to update my repository from http://repo.m5sim.org/,
3- refresh the queue
 hg qrefresh

4- get the latest revision
 hg qpop -a
 hg fetch
 hg qpush -a

Is that all?
Thanks


That should do. You can create a repository of your own and test if things work correctly.

--
Nilay
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to