fix more trivial issues breaking repoman v2.2_pre2
authorMarius Mauch <genone@gentoo.org>
Sun, 10 Feb 2008 13:01:43 +0000 (13:01 -0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 10 Feb 2008 13:01:43 +0000 (13:01 -0000)
svn path=/main/trunk/; revision=9328

pym/repoman/utilities.py

index beabd9d47dd2802bf284e6280b549debcdac2df3..379e47e6d9b9619a0645020f54e2402aa9efe0a2 100644 (file)
@@ -13,13 +13,14 @@ import os
 import sys
 
 from portage import output
+from portage.output import red, green
 from portage import exception
 from portage import util
 normalize_path = util.normalize_path
 util.initialize_logger()
 
 
-def detect_vcs_conflicts(vcs, options):
+def detect_vcs_conflicts(options, vcs):
        """Determine if the checkout has problems like cvs conflicts.
        
        If you want more vcs support here just keep adding if blocks...