2013/6/17 2:32 -0700, brian.burkhal...@oracle.com: > On Jun 17, 2013, at 2:18 AM, Paul Sandoz wrote: >> +1 >> >> mq is the best way i have found to keep multiple patches in flight >> either in the same queue or using multiple queues, and avoid those >> annoying merge commits. > > +1 > > I've started using the "-l" option of "qnew" to create the changeset > comment. This can later be updated by directly editing the patch file > in .hg/patches, for example to specify the final reviewer(s).
To update the changeset comment you can also use the -e, -m, or -l option with the qrefresh subcommand. - Mark