Explain what happens to snapshot_symlink when snapshot is deleted

This commit is contained in:
Eric Torres 2019-04-22 10:43:26 -07:00
parent 359d5e15b2
commit f20f77836f

View File

@ -109,6 +109,10 @@ class Repository(Hierarchy):
and snapshot metadata are in the same order, and that and snapshot metadata are in the same order, and that
the two lists are the same size. the two lists are the same size.
When a snapshot is deleted, then the symlink of the repository
is pointed to the snapshot at the end of the list. If no
snapshots remain, then that symlink is deleted instead.
:param index: index of snapshot to delete :param index: index of snapshot to delete
:type index: int :type index: int
""" """