Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow checking for backports via milestone #4420

Merged
merged 2 commits into from Oct 23, 2013
Merged

Allow checking for backports via milestone #4420

merged 2 commits into from Oct 23, 2013

Conversation

jseabold
Copy link
Contributor

Feel free to merge or close as you see fit. We're keeping track of backports via milestones, so I added this to some local changes.

@@ -64,11 +65,11 @@ def backport_pr(branch, num, project='ipython/ipython'):
else:
req = urlopen(patch_url)
patch = req.read()

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We appreciate it if you can turn off whitespace stripping in your editor, because it makes reviewing changes slow. For two files, though, it's livable.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was surprised to see whitespace in there in the first place. I'll try to keep housekeeping commits separate in the future.

@takluyver
Copy link
Member

@minrk should have a look at this as well, since he's the most prolific user of the backport tools.

@takluyver
Copy link
Member

OK, if you can sort out the variable naming for the iteration, I'll merge this.

@jseabold
Copy link
Contributor Author

Don't all the API calls return json objects? Why is the milestones list different than the pulls or issues calls?

@minrk
Copy link
Member

minrk commented Oct 23, 2013

Thanks, looks good to me.

@takluyver
Copy link
Member

Thanks. The milestones list isn't any different, AIUI - the others are poorly named as well.

takluyver added a commit that referenced this pull request Oct 23, 2013
Allow checking for backports via milestone
@takluyver takluyver merged commit b22a8ed into ipython:master Oct 23, 2013
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Allow checking for backports via milestone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants