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

Expose a way to retrieve the entire list of revisions via the core.Driver package #63

Open
ncatelli opened this issue Dec 11, 2019 · 0 comments

Comments

@ncatelli
Copy link
Collaborator

Currently, the State method on the driver ONLY returns the head of the revisions list. We should also look for a way to expose the entirety of the revisions list. This can be achieved either by:

  • Adding an optional count parameter to the state method to retrieve n number of previous revisions up to and including the entire history. Possibly with a negative value returning the whole history
  • A new method on the Driver interface for returning the entire history.
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

No branches or pull requests

1 participant