On Thu, Oct 7, 2010 at 7:55 AM, Peter <peter@maubp.freeserve.co.uk> wrote:
Hi all,
I've got a couple of minor fixes I'd like to propose for inclusion in galaxy-central:
http://bitbucket.org/peterjc/galaxy-central/changeset/7ffc52983c92
http://bitbucket.org/peterjc/galaxy-central/changeset/8e8f1c8d8273
Is there an estabilish mechanism for this kind of request?
Thanks,
Peter
On Thu, Oct 7, 2010 at 6:14 PM, Kanwei Li <kanwei@gmail.com> wrote:
Hi Peter,
The easiest way for us would be to "hg diff > patch" and attach it to an issue on bitbucket, or email. Thanks!
Hi Kanwei, I'm surprised Galaxy don't have a workflow for where the contributor has posted the code on bitbucket (or another hg server). I'd expect something like "hg transplant" would work nicely here (the equivalent of "git cherry-pick"). Anyway, since you asked for patches, that was easy to do: hg export 7ffc52983c92 > ../float_docstring_typo.patch hg export 8e8f1c8d8273 > ../param_name_cleanup.patch Patches attached to this email, Regards Peter