# HG changeset patch # User Oleksandr Gavenko # Date 1319191551 -10800 # Node ID 1718aa7d99bc53fcf65c948b9a3c61f5f9272e3a # Parent b50e1915af512b8e4886157edf7e41b436bc55b3 Custom branches. 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. ==========