commit: 866098ac59e77b1ca68b68f0a9abb2a721475a1c
Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:58:38 2014 +0000
Commit: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 15:58:38 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=866098ac
repoman/checks/directories/files.py: Fix to use global vcs_new_changed
---
pym/repoman/checks/directories/files.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/repoman/checks/directories/files.py
b/pym/repoman/checks/directories/files.py
index 5dfca25..87220c0 100644
--- a/pym/repoman/checks/directories/files.py
+++ b/pym/repoman/checks/directories/files.py
@@ -40,7 +40,7 @@ class FileChecks(object):
if index != -1:
y_relative = os.path.join(checkdir_relative,
y_file)
invcs = self.vcs_settings.vcs is not None
- inchangeset = self.vcs_new_changed(y_relative,
changed, new)
+ inchangeset = vcs_new_changed(y_relative,
changed, new)
if invcs and not inchangeset:
# If the file isn't in the VCS new or
changed set, then
# assume that it's an irrelevant
temporary file (Manifest