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 On 12/2/11, Nilay Vaish <[email protected]> wrote: > On Fri, 2 Dec 2011, Mahmood Naderan wrote: > >> Hi, >> If I change some files and then do "hg pull && hg update", will my >> chnages get lost? >> If yes, then how we can update from repository and still have our own >> change? >> > > Read about patch queues in mercurial. > > -- > Nilay > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > -- -- // Naderan *Mahmood; _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
