Tue, 22 Jun 2010 09:49:51 +0200 mq: fix qpush --move for selected guarded patches stable
Gilles Moris <gilles.moris@free.fr> [Tue, 22 Jun 2010 09:49:51 +0200] rev 11438
mq: fix qpush --move for selected guarded patches In the case of guarded patch, the patch could not be found because the full_series list contains also the guard value appended to each patch name. As we already checked that the patch is pushable above in the code, we just have to use the series list (which doesn't contains guard value) to get the patch index.
Wed, 23 Jun 2010 17:50:27 -0300 help: glossary.txt formatting fixes stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Wed, 23 Jun 2010 17:50:27 -0300] rev 11437
help: glossary.txt formatting fixes
Wed, 23 Jun 2010 17:49:49 -0300 help: fix glossary.txt named branches description stable
Wagner Bruna <wbruna@softwareexpress.com.br> [Wed, 23 Jun 2010 17:49:49 -0300] rev 11436
help: fix glossary.txt named branches description
Wed, 23 Jun 2010 10:45:53 +0200 zeroconf: Use BadDomainName exception instead of string exceptions stable
Javi Merino <cibervicho@gmail.com> [Wed, 23 Jun 2010 10:45:53 +0200] rev 11435
zeroconf: Use BadDomainName exception instead of string exceptions String exceptions no longer work in python 2.6. Use exception classes instead.
(0) -10000 -3000 -1000 -300 -100 -30 -10 -4 +4 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip