I have been confused with hg. Currently I use hgtk to see what does hg do? should I create a new repository? The preview shows many changes since my last update. On the other hand I don't want my chnages to be lost.
Thanks for any feedback On 12/2/11, nathan binkert <[email protected]> wrote: > the q* commands are part of the mercurial queues (mq) extension. You > need to enable that (google will show you how). the fetch command > comes from the fetch extension. > > Nate > > On Fri, Dec 2, 2011 at 9:01 AM, Mahmood Naderan <[email protected]> > wrote: >> however many commands specified in gem5 manual are obsolete >> There is no "qinit -c". Instead it is "init" command with no "-c" option. >> Also there is no "qnew", "fetch" and "qrefresh". >> >> I create a new diff using "hg init mahmood.diff". What is the >> replacement for "qrefresh"? >> >> Thanks >> >> >> On 12/2/11, Nilay Vaish <[email protected]> wrote: >>> 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 >>> >> >> >> -- >> -- >> // Naderan *Mahmood; >> _______________________________________________ >> gem5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > _______________________________________________ > 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
