From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: BUG at domain.c:144 Date: Thu, 7 Apr 2005 15:48:34 -0700 Message-ID: <20050407224834.GV11199@shell0.pdx.osdl.net> References: <002e01c53a7e$a25cd3d0$0201a8c0@hawk> <81f8f6c8aca9491c3f6a5b78da0ade37@cl.cam.ac.uk> <000901c53ba3$1c87ff70$0201a8c0@hawk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <000901c53ba3$1c87ff70$0201a8c0@hawk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Christopher S. Aker" Cc: Ian Pratt , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org * Christopher S. Aker (caker@theshore.net) wrote: > Can someone throw me some bk commands to speed up my process a little? I'm looking > to either automatically restore my bk tree to a previous changeset (and removing all > changesets thereafter), or a way for bk to remove a changeset at a time, and I'll > just script it. bk undo -a $cset does that just fine. for more info, bk help undo. thanks, -chris