From 5aec6753e2a0cfd7992c41ceaadf2c42fce715ac Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 1 Apr 2012 10:15:57 -0700 Subject: repoman: only assume cvs preserves mtimes --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/repoman b/bin/repoman index 419790050..076d4042f 100755 --- a/bin/repoman +++ b/bin/repoman @@ -547,7 +547,7 @@ if options.if_modified == "y" and vcs is None: options.if_modified = "n" # Disable copyright/mtime check if vcs does not preserve mtime (bug #324075). -vcs_preserves_mtime = vcs not in ('git', 'svn') +vcs_preserves_mtime = vcs in ('cvs',) vcs_local_opts = repoman_settings.get("REPOMAN_VCS_LOCAL_OPTS", "").split() vcs_global_opts = repoman_settings.get("REPOMAN_VCS_GLOBAL_OPTS") -- cgit v1.2.3-1-g7c22