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

readonly_session("main", as_of=...) to open a branch at a timestamp #768

Merged
merged 6 commits into from
Feb 23, 2025

Conversation

paraseba
Copy link
Collaborator

This can be easily extended to other methods, such as ancestry and diff.

Closes: #382

This can be easily extended to other methods, such as `ancestry` and `diff`.

Closes: #382
Copy link
Contributor

@mpiannucci mpiannucci left a comment

Choose a reason for hiding this comment

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

One nit

@@ -60,6 +60,8 @@ pub enum RepositoryErrorKind {

#[error("snapshot not found: `{id}`")]
SnapshotNotFound { id: SnapshotId },
#[error("ranch {branch} does not have a snapshots before or at {at}")]
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo "ranch"

@mpiannucci mpiannucci merged commit a0be3c8 into main Feb 23, 2025
5 checks passed
@mpiannucci mpiannucci deleted the push-tvmllkonspsw branch February 23, 2025 15:09
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.

Checkout "as of" a specific time
2 participants