projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61af83b
)
Add -MERGING-.* to vardbapi._excluded_dirs. (trunk r10206)
author
Zac Medico
<zmedico@gentoo.org>
Mon, 5 May 2008 19:22:59 +0000
(19:22 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 5 May 2008 19:22:59 +0000
(19:22 -0000)
svn path=/main/branches/2.1.2/; revision=10207
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 0f8a393cd2f2b5c54d4934496c361f9042716979..8ef79150d77e326bf6bfb97c92635913cd83d66a 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-6520,7
+6520,7
@@
class vardbapi(dbapi):
_excluded_dirs = ["CVS", "lost+found"]
_excluded_dirs = [re.escape(x) for x in _excluded_dirs]
- _excluded_dirs = re.compile(r'^(\..*|' + \
+ _excluded_dirs = re.compile(r'^(\..*|
-MERGING-.*|
' + \
"|".join(_excluded_dirs) + r')$')
"""