Magenheimer, Dan (HP Labs Fort Collins)
2005-Aug-26 02:20 UTC
[Xen-devel] Please pull xen-ia64-devel bits
Hi Keir -- Please pull http://xenbits.xensource.com/ext/xen-ia64-unstable.hg Changes include much code merging between VTI and non-VTI. Also, got rid of linux patching mechanism (thanks to Arun, should make Ian happy :-) Merged and tested for VTI and non-VTI up through xen-unstable cset 6421. All changes not pulled from xen-unstable should be ia64-specific. Thanks, Dan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 26 Aug 2005, at 03:20, Magenheimer, Dan (HP Labs Fort Collins) wrote:> Please pull http://xenbits.xensource.com/ext/xen-ia64-unstable.hg > Changes include much code merging between VTI and non-VTI. > Also, got rid of linux patching mechanism (thanks to Arun, > should make Ian happy :-)Can we get rid of arch/ia64/patch then? -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Magenheimer, Dan (HP Labs Fort Collins)
2005-Aug-26 12:54 UTC
[Xen-devel] RE: Please pull xen-ia64-devel bits
> > Please pull http://xenbits.xensource.com/ext/xen-ia64-unstable.hg > > Changes include much code merging between VTI and non-VTI. > > Also, got rid of linux patching mechanism (thanks to Arun, > > should make Ian happy :-)Thanks!> Can we get rid of arch/ia64/patch then?Yes, that entire directory can now go away. IIRC, there were some issues with "hg rm" so I was hesitant to mess with it, then forgot about it. What''s the best way to (hg) remove an entire directory... I see there is no "hg rm -r"... do I need to create a list of the files, then rm them, then "hg rm list_of_files"? Or is there a better way? In any case, I''ll try to purge that directory on the next round of -ia64 changes. Dan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 26 Aug 2005, at 13:54, Magenheimer, Dan (HP Labs Fort Collins) wrote:> What''s the best way to (hg) remove an entire directory... > I see there is no "hg rm -r"... do I need to create a list > of the files, then rm them, then "hg rm list_of_files"? > Or is there a better way? > > In any case, I''ll try to purge that directory on the next > round of -ia64 changes.I''ll delete it now, by the following method: rm -rf xen/arch/ia64/patch hg addremove hg commit -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
IIRC with hg you need to remove the files first, then use hg rm. Alternatively, hg commit -A does an addremove before starting the commit process. Cheers, Mark On Friday 26 August 2005 13:54, Magenheimer, Dan (HP Labs Fort Collins) wrote:> > > Please pull http://xenbits.xensource.com/ext/xen-ia64-unstable.hg > > > Changes include much code merging between VTI and non-VTI. > > > Also, got rid of linux patching mechanism (thanks to Arun, > > > should make Ian happy :-) > > Thanks! > > > Can we get rid of arch/ia64/patch then? > > Yes, that entire directory can now go away. IIRC, there were > some issues with "hg rm" so I was hesitant to mess with it, > then forgot about it. > > What''s the best way to (hg) remove an entire directory... > I see there is no "hg rm -r"... do I need to create a list > of the files, then rm them, then "hg rm list_of_files"? > Or is there a better way? > > In any case, I''ll try to purge that directory on the next > round of -ia64 changes. > > Dan > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel