diff -r b50e1915af51 -r 1718aa7d99bc devel-proj-branching.rst --- a/devel-proj-branching.rst Fri Oct 21 13:05:18 2011 +0300 +++ b/devel-proj-branching.rst Fri Oct 21 13:05:51 2011 +0300 @@ -39,6 +39,18 @@ Names: vXX.YY.ZZ, maint +Custom branches. +---------------- + +Custom branches intended to store modification to main release to make custom +product build. + +Don't use custom branches at all. Instead redesign project to use customizable +build. Expected problem: + + * You must manually propagate bug fixed to all custom branches. + * It is not possible merge custom branches back to development branch. + Workflows. ==========