projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
294afa2
)
dblink: fix broken counter references
author
Zac Medico
<zmedico@gentoo.org>
Thu, 12 May 2011 05:38:47 +0000
(22:38 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 12 May 2011 05:38:47 +0000
(22:38 -0700)
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 079743c90d89fd9279838b547a51b385d7e67c40..1edda244c339aa846e4fa525066667243e412552 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-3915,10
+3915,10
@@
class dblink(object):
return self._merge(mergeroot, inforoot,
myebuild=myebuild, cleanup=cleanup,
- mydbapi=mydbapi, prev_mtimes=prev_mtimes)
+ mydbapi=mydbapi, prev_mtimes=prev_mtimes
, counter=counter
)
def _merge(self, mergeroot, inforoot, myroot=None, myebuild=None, cleanup=0,
- mydbapi=None, prev_mtimes=None):
+ mydbapi=None, prev_mtimes=None
, counter=None
):
"""
@param myroot: ignored, self._eroot is used instead
"""