Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Added a way to get each revision at once. Very useful when displaying the history of an object. #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hamiltop
Copy link

Added get_versions - a method that returns an array of reverted versions. They are cloned, so each one will be a legitimate copy of that particular revision.

The current method is slow, but it works. call get_versions (1..5) on a versioned object and it will return fully reverted clones of the object representing versions 1-5.

…ons. They are cloned, so each one will be a legitimate copy of that particular revision.
@akinsgre
Copy link

akinsgre commented Dec 3, 2013

This method would be very useful for me as well. Can this be merged into master? Is there any other way to accomplish the same thing?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants