-
Notifications
You must be signed in to change notification settings - Fork 57
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
Implement RemovePath and pebble rm command #146
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasn't sure whether this was ready for review yet, but I did a quick pass. I'll review more thoroughly later -- just let me know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We skimmed through this with Gustavo during our London mini-sprint, and it looks good. He's going to take one more pass before we merge.
* Reviewed error messages. * Reviewed JSON style.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, thanks Angel. Looks ready for merging, just pending conflict resolution with the prior list files PR.
These features have been implemented now: * rm (canonical#146) * push (canonical#147) * pull (canonical#148)
No description provided.