projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0abf1a
)
Remove an unnecessary assumption preventing the use of CVS for an overlay.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 10 Oct 2006 21:07:31 +0000
(21:07 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 10 Oct 2006 21:07:31 +0000
(21:07 -0000)
svn path=/main/trunk/; revision=4650
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index d166de5a9ed0778457b7c9f6c8ba8bd4e8f391d8..dc3eab5e6729610278eb897a9db52d90cbb9e860 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-395,7
+395,6
@@
if mymode == "commit":
isCvs=False
myreporoot=None
if os.path.isdir("CVS"):
- repoman_settings["PORTDIR_OVERLAY"]=""
if "cvs" not in repoman_settings.features:
print
print