All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Guthro <bguthro@virtualiron.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-ia64-devel <xen-ia64-devel@lists.xensource.com>,
	xen-devel <xen-devel@lists.xensource.com>,
	xen-ppc-devel <xen-ppc-devel@lists.xensource.com>
Subject: Re: Xen 3.1.1 -- initial patchqueue
Date: Mon, 10 Sep 2007 08:48:21 -0400	[thread overview]
Message-ID: <46E53D15.20906@virtualiron.com> (raw)
In-Reply-To: <C30AF7C0.15536%Keir.Fraser@cl.cam.ac.uk>


Keir Fraser wrote:
> We're using mercurial patchqueues. Mercurial version 0.9.1. I've just cloned
> and applied the patch queue from scratch with no problems.
>
>  -- Keir
>   
Perhaps it is a regression in the behavior of hg? I am using 0.9.3, and 
cannot get the patch queue to apply:


[bguthro@bguthro dev]$ rm -rf xen-3.1.hg/
[bguthro@bguthro dev]$ hg clone -q 
http://xenbits.xensource.com/xen-3.1-testing.hg xen-3.1.1.hg
abort: destination 'xen-3.1.1.hg' already exists
[bguthro@bguthro dev]$ rm -rf xen-3.1.1.hg/
[bguthro@bguthro dev]$ hg clone -q 
http://xenbits.xensource.com/xen-3.1-testing.hg xen-3.1.1.hg
[bguthro@bguthro dev]$ cd xen-3.1.1.hg/.hg
[bguthro@bguthro .hg]$ hg clone -q 
http://xenbits.xensource.com/xen-3.1-testing.pq.hg patches
[bguthro@bguthro .hg]$ cd ..
[bguthro@bguthro xen-3.1.1.hg]$ hg qpush -a
applying 15023-6e597e529fea
applying 15035-23c4790512db
applying 15038-e19ddfa781c5
applying 15039-60240a72e2b2
applying 15043-759d924af6d8
applying 15044-03a13457d993
applying 15045-5f6da38ff828
applying 15046-e527b4ff1948
applying 15048-e33cce8fa400
applying 15049-174995130550
applying 15051-384a29655270
applying 15052-65ce4866d20b
applying 15053-3ecf51689671
applying 15056-a605044ecb33
applying 15057-75b4c7cb007d
applying 15058-3581a77791e3
applying 15061-05ea0d79a92f
applying 15062-b2adb797900a
applying 15063-807f374e720d
applying 15064-eb027b704dc5
applying 15065-f4390e34ad12
applying 15066-9e9c09c75110
applying 15067-c027880b50b4
applying 15068-dc4324d3fbb0
applying 15069-cb006eecd6f5
applying 15070-fbce94a9feaa
applying 15072-d4a0706d6747
applying 15073-e1f43038f1d8
applying 15074-5c7a1e3abd54
applying 15075-5efb46bfbcac
applying 15076-9ec165fa8128
applying 15077-711bfe07999b
applying 15078-6145e5508d6b
abort: decoding near 'Ingard Mev�g <ingard': 'utf8' codec can't decode 
bytes in position 186-188: invalid data!
transaction abort!
rollback completed
[bguthro@bguthro xen-3.1.1.hg]$ hg --version
Mercurial Distributed SCM (version 0.9.3)

Copyright (C) 2005, 2006 Matt Mackall <mpm@selenic.com>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  reply	other threads:[~2007-09-10 12:48 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-10  8:56 Xen 3.1.1 -- initial patchqueue Keir Fraser
2007-09-10 10:55 ` Jambunathan K
2007-09-10 10:58   ` Keir Fraser
2007-09-10 12:03 ` [Xen-devel] " Ben Guthro
2007-09-10 12:10   ` Keir Fraser
2007-09-10 12:18     ` Ben Guthro
2007-09-10 12:28       ` Ben Guthro
2007-09-10 12:31         ` Keir Fraser
2007-09-10 12:48           ` Ben Guthro [this message]
2007-09-10 12:55             ` Ian Campbell
2007-09-10 12:56             ` [Xen-devel] " Keir Fraser
2007-09-10 15:00             ` Brendan Cully
2007-09-10 13:21     ` Ben Guthro
2007-09-10 19:18 ` Alex Williamson
2007-09-11 15:15   ` Alex Williamson
2007-09-11 17:43     ` Keir Fraser
2007-09-11 20:00       ` [PATCH] " Alex Williamson
2007-09-12  6:33   ` Re: [Xen-devel] " Kouya Shimura
2007-09-12 15:28     ` [Xen-ia64-devel] " Alex Williamson
2007-09-11 18:36 ` [Xen-devel] " Chris Lalancette
2007-09-11 21:15 ` Travis Betak
2007-09-13 20:57 ` [Xen-devel] " Eduardo Habkost
2007-09-14  6:47   ` Keir Fraser
2007-09-14 15:35   ` Keir Fraser
2007-09-14 16:08     ` Alex Williamson
2007-09-14 16:16       ` Keir Fraser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46E53D15.20906@virtualiron.com \
    --to=bguthro@virtualiron.com \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-ia64-devel@lists.xensource.com \
    --cc=xen-ppc-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.