diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-28 23:08:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-28 23:08:22 +0200 |
commit | 8a7106c9c4ed1d1f88595231d1acbeb40d6ec679 (patch) | |
tree | 2cd753db0dfde8e51aeec29b09bf3fddbef9645c | |
parent | 344850fee4206d81700ff5c396b0401bcd5e9a99 (diff) | |
download | gemato-8a7106c9c4ed1d1f88595231d1acbeb40d6ec679.tar.gz |
recursiveloader: Remove timestamp doc on update_entries*
Let's go for separate timestamp update instead.
-rw-r--r-- | gemato/recursiveloader.py | 3 |
1 files changed, 0 insertions, 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: |