
Dear yt Devs, I'd like to import (pull?) an existing pull request, but I'm having trouble figuring out how to do that. I'm new to developing yt and communal code development in general. I've found the yt development documentation, but what I've read so far is focused on making changes to committed changesets. So, I've created a Bitbucket account, forked yt, and cloned the repository locally. Now what? Thanks, Jason ---- Jason Galyardt University of Georgia

Hi Jason, I use the hgbb to simplify some of this workflow: https://bitbucket.org/MatthewTurk/hgbb as it provides things like "hg bbprs -p PRNUMBERHERE", but if you aren't using that, you can pull it manually. Go to the pull request page, get the fork name and the changeset hash, and then do: hg pull -r THATHASH http://bitbucket.org/USER/REPONAME hg up -r THATHASH where THATHASH, USER and REPONAME come from the pull request. -Matt On Mon, Oct 3, 2016 at 9:45 AM, Jason Galyardt <jason.galyardt@gmail.com> wrote:
Dear yt Devs,
I'd like to import (pull?) an existing pull request, but I'm having trouble figuring out how to do that. I'm new to developing yt and communal code development in general. I've found the yt development documentation, but what I've read so far is focused on making changes to committed changesets.
So, I've created a Bitbucket account, forked yt, and cloned the repository locally. Now what?
Thanks, Jason
---- Jason Galyardt University of Georgia
_______________________________________________ yt-dev mailing list yt-dev@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org
participants (2)
-
Jason Galyardt
-
Matthew Turk