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

Orc checkpoint #2

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Orc checkpoint #2

wants to merge 10 commits into from

Conversation

abrady0
Copy link
Owner

@abrady0 abrady0 commented Feb 12, 2015

orc checkpoint works. also refactored feedback from previous pull request. CC @conordickinson @cory @Brucer for feedback.

repo.getBranches(function(err, branches) {
if(err) {
cb('error getting branches '+err);
return;
Copy link
Collaborator

Choose a reason for hiding this comment

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

stylistic nit: "return cb('error getting branches '+err);" is how we do it all through the server code.

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