From 8a7106c9c4ed1d1f88595231d1acbeb40d6ec679 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 28 Oct 2017 23:08:22 +0200 Subject: recursiveloader: Remove timestamp doc on update_entries* Let's go for separate timestamp update instead. --- gemato/recursiveloader.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gemato/recursiveloader.py b/gemato/recursiveloader.py index 59ce631..9333c15 100644 --- a/gemato/recursiveloader.py +++ b/gemato/recursiveloader.py @@ -603,9 +603,6 @@ class ManifestRecursiveLoader(object): it overrides the hash set used in Manifest. If None, the set specified in ManifestLoader constructor is used. Either of the two hash sets must be specified. - - If the top-level Manifest has a TIMESTAMP entry, this entry - will be updated with the current time after successful update. """ if hashes is None: -- cgit v1.2.3