Raise default backtrack limit for bug 337178
authorSebastian Luther <SebastianLuther@gmx.de>
Thu, 21 Oct 2010 20:35:19 +0000 (22:35 +0200)
committerZac Medico <zmedico@gentoo.org>
Thu, 21 Oct 2010 20:44:03 +0000 (13:44 -0700)
commitf2d7564b93b4c5387fe82d8a8561b6420c04dee7
treea3800cf0480240079e2e2a38588a5d68fe1a0455
parent7b0c428d546dfce267b9d9744fa039e9f9d2972a
Raise default backtrack limit for bug 337178

The bug was solved in principle, but other conflicts could
lead to all tries being used up too early.
The default backtrack limit is changed from 5 to 10.
The maximal depth of the backtrack graph is now half of the
backtrack limit.
man/emerge.1
pym/_emerge/depgraph.py
pym/_emerge/help.py