All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] SubmittingXenPatches wiki page
@ 2011-09-26 11:43 George Dunlap
  2011-09-26 12:03 ` Roger Pau Monné
  2011-09-26 13:30 ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 5+ messages in thread
From: George Dunlap @ 2011-09-26 11:43 UTC (permalink / raw)
  To: xen-devel

I've made a new version of the SubmittingXenPatches wiki page that
suggest using mercurial queues and patchbomb extension, instead of the
rather daft "clone a repository, commit changes, and then do hg
export" method.

I created it here:
http://wiki.xensource.com/xenwiki/SubmittingXenPatches2

Please skim it and comment on it.  If there are no objections, I shall
replace the original SubmittingXenPatches in a few days.

 -George

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC] SubmittingXenPatches wiki page
  2011-09-26 11:43 [RFC] SubmittingXenPatches wiki page George Dunlap
@ 2011-09-26 12:03 ` Roger Pau Monné
  2011-09-26 13:30 ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 5+ messages in thread
From: Roger Pau Monné @ 2011-09-26 12:03 UTC (permalink / raw)
  To: George Dunlap; +Cc: xen-devel

You can also edit commit messages by using

hg qrefresh -e

instead of opening every patch file and changing it manually.

2011/9/26 George Dunlap <dunlapg@umich.edu>:
> I've made a new version of the SubmittingXenPatches wiki page that
> suggest using mercurial queues and patchbomb extension, instead of the
> rather daft "clone a repository, commit changes, and then do hg
> export" method.
>
> I created it here:
> http://wiki.xensource.com/xenwiki/SubmittingXenPatches2
>
> Please skim it and comment on it.  If there are no objections, I shall
> replace the original SubmittingXenPatches in a few days.
>
>  -George
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC] SubmittingXenPatches wiki page
  2011-09-26 11:43 [RFC] SubmittingXenPatches wiki page George Dunlap
  2011-09-26 12:03 ` Roger Pau Monné
@ 2011-09-26 13:30 ` Konrad Rzeszutek Wilk
  2011-09-26 15:45   ` Konrad Rzeszutek Wilk
  1 sibling, 1 reply; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-09-26 13:30 UTC (permalink / raw)
  To: George Dunlap; +Cc: xen-devel

On Mon, Sep 26, 2011 at 12:43:59PM +0100, George Dunlap wrote:
> I've made a new version of the SubmittingXenPatches wiki page that
> suggest using mercurial queues and patchbomb extension, instead of the
> rather daft "clone a repository, commit changes, and then do hg
> export" method.
> 
> I created it here:
> http://wiki.xensource.com/xenwiki/SubmittingXenPatches2
> 
> Please skim it and comment on it.  If there are no objections, I shall
> replace the original SubmittingXenPatches in a few days.

might want to add:

[ui]
username = Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

> 
>  -George
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC] SubmittingXenPatches wiki page
  2011-09-26 13:30 ` Konrad Rzeszutek Wilk
@ 2011-09-26 15:45   ` Konrad Rzeszutek Wilk
  2011-09-26 16:13     ` George Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-09-26 15:45 UTC (permalink / raw)
  To: George Dunlap; +Cc: xen-devel

On Mon, Sep 26, 2011 at 09:30:22AM -0400, Konrad Rzeszutek Wilk wrote:
> On Mon, Sep 26, 2011 at 12:43:59PM +0100, George Dunlap wrote:
> > I've made a new version of the SubmittingXenPatches wiki page that
> > suggest using mercurial queues and patchbomb extension, instead of the
> > rather daft "clone a repository, commit changes, and then do hg
> > export" method.
> > 
> > I created it here:
> > http://wiki.xensource.com/xenwiki/SubmittingXenPatches2
> > 
> > Please skim it and comment on it.  If there are no objections, I shall
> > replace the original SubmittingXenPatches in a few days.
> 
> might want to add:
> 
> [ui]
> username = Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Ignore me please. Saw that later on in the Wiki you had that.
So +1.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC] SubmittingXenPatches wiki page
  2011-09-26 15:45   ` Konrad Rzeszutek Wilk
@ 2011-09-26 16:13     ` George Dunlap
  0 siblings, 0 replies; 5+ messages in thread
From: George Dunlap @ 2011-09-26 16:13 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel

On Mon, Sep 26, 2011 at 4:45 PM, Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com> wrote:
>> [ui]
>> username = Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>
> Ignore me please. Saw that later on in the Wiki you had that.
> So +1.

But it's probably worthwhile having it in before then anyway.  I'll
see what I can do.

Thanks!
 -George

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-26 16:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-26 11:43 [RFC] SubmittingXenPatches wiki page George Dunlap
2011-09-26 12:03 ` Roger Pau Monné
2011-09-26 13:30 ` Konrad Rzeszutek Wilk
2011-09-26 15:45   ` Konrad Rzeszutek Wilk
2011-09-26 16:13     ` George Dunlap

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.