Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/
Date: Wed, 16 Dec 2015 18:58:08
Message-Id: 1450292190.d14b51d888ead52c841783c10e1d8d36c63e9e35.zmedico@gentoo
1 commit: d14b51d888ead52c841783c10e1d8d36c63e9e35
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 16 18:56:30 2015 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 16 18:56:30 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d14b51d8
7
8 Manifest._apply_max_mtime: remove existing_st from docstring
9
10 Fixes: 3c2cce57700e ("Manifest._apply_max_mtime: account for removals and renames (bug 567920)")
11 Reported-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12
13 pym/portage/manifest.py | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py
17 index 818515f..3a6bc7e 100644
18 --- a/pym/portage/manifest.py
19 +++ b/pym/portage/manifest.py
20 @@ -343,8 +343,6 @@ class Manifest(object):
21 manifests to thick manifests for distribution via rsync. For
22 portability, the mtime is set with 1 second resolution.
23
24 - @param existing_st: stat result for existing Manifest
25 - @type existing_st: posix.stat_result
26 @param preserved_stats: maps paths to preserved stat results
27 that should be used instead of os.stat() calls
28 @type preserved_stats: dict