Skip to content

Provide rebase details on finish - #1224

Merged
johnhaley81 merged 3 commits into
nodegit:masterfrom
implausible:feature/provide-rebase-details-on-finish
Feb 28, 2017
Merged

Provide rebase details on finish#1224
johnhaley81 merged 3 commits into
nodegit:masterfrom
implausible:feature/provide-rebase-details-on-finish

Conversation

@implausible

@implausible implausible commented Feb 14, 2017

Copy link
Copy Markdown
Member

When using the convenience methods for rebase, we should return all the details about the rebase before finishing. This includes the sha translation map for the rebase operation, and other meta data (old head sha, branch names, new head sha).

This is a breaking API change.

When using the convenience methods for rebase, we should return all the details about the rebase before finishing. This includes the sha translation map for the rebase operation, and other meta data (old head sha, branch names, new head sha)
@implausible

Copy link
Copy Markdown
Member Author

Destructuring on node4 + coverage tool = broken.

Comment thread test/tests/rebase.js Outdated
var fse = promisify(require("fs-extra"));

describe("Rebase", function() {
describe.only("Rebase", function() {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This needs to be removed

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This is literally the most important function 👍

@johnhaley81
johnhaley81 merged commit 5fd0ace into nodegit:master Feb 28, 2017
@implausible
implausible deleted the feature/provide-rebase-details-on-finish branch April 27, 2017 19:54
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.

2 participants