summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-11-21 09:12:32 -0800
committerZac Medico <zmedico@gentoo.org>2011-11-21 09:12:32 -0800
commit77f3354b73f386ee874c742e449924fac1ffd1e2 (patch)
tree3b5ec1ed478df77c5e0833e3f3017a5ed927e030 /bin/repoman
parent3d6472165f306344b768367982758f1a3d33e921 (diff)
downloadportage-77f3354b73f386ee874c742e449924fac1ffd1e2.tar.gz
portage-77f3354b73f386ee874c742e449924fac1ffd1e2.tar.bz2
portage-77f3354b73f386ee874c742e449924fac1ffd1e2.zip
repoman: fix svn "abiguous workdir", bug #391199v2.2.0_alpha77
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index 42a615420..8f42a38d0 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -654,6 +654,7 @@ if vcs is None:
# TODO: shouldn't this just be switched on the repo, iso the VCS?
check_changelog = options.echangelog not in ('y', 'force') and vcs in ('cvs', 'svn')
+logging.debug("vcs: %s" % (vcs,))
logging.debug("repo config: %s" % (repo_config,))
logging.debug("options: %s" % (options,))