Explain what happens to snapshot_symlink when snapshot is deleted
This commit is contained in:
parent
359d5e15b2
commit
f20f77836f
@ -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
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user