From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marc - A. Dahlhaus [ Administration | Westermann GmbH ]" Subject: Re: Re: pv_ops dom0 USB fixed Date: Fri, 12 Dec 2008 12:45:23 +0100 Message-ID: <1229082323.15352.13.camel@marc> References: <4940210C.1060401@goop.org> <1e16a9ed0812111147h3416cbb5uc11a8b9f5f0d0e80@mail.gmail.com> <1229025794.2770.32.camel@localhost.localdomain> <1e16a9ed0812111220h40e62ee1ma27f48c5207bc735@mail.gmail.com> <49417755.4050703@goop.org> <1e16a9ed0812111312p2547884cgf4020eb9ea92ddde@mail.gmail.com> <4941930B.2010605@goop.org> <1e16a9ed0812111427i3626b94cu7ce56550d654227a@mail.gmail.com> <1229080507.25349.33.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen-devel List-Id: xen-devel@lists.xenproject.org Am Freitag, den 12.12.2008, 11:36 +0000 schrieb Andrew Lyon: > I followed the instructions on the wiki to download the pv_ops source > tree, what method can I use to update the source to the latest commits > without downloading it all from scratch? > > Andy Hello Andy, i did that the following way: cd linux-2.6 hg qpop -a hg pull cd patches hg pull cd .. hg update `cat patches/KERNEL_VERSION` hg qpush -a But i don't know if there is a shorter way to do that... Marc