projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a1c8aa
)
fix more trivial issues breaking repoman
v2.2_pre2
author
Marius Mauch
<genone@gentoo.org>
Sun, 10 Feb 2008 13:01:43 +0000
(13:01 -0000)
committer
Marius 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
patch
|
blob
|
history
diff --git
a/pym/repoman/utilities.py
b/pym/repoman/utilities.py
index beabd9d47dd2802bf284e6280b549debcdac2df3..379e47e6d9b9619a0645020f54e2402aa9efe0a2 100644
(file)
--- a/
pym/repoman/utilities.py
+++ b/
pym/repoman/utilities.py
@@
-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, option
s):
+def detect_vcs_conflicts(
options, vc
s):
"""Determine if the checkout has problems like cvs conflicts.
If you want more vcs support here just keep adding if blocks...