## page was renamed from ExtensionTemplate #pragma section-numbers 2 = Flow Extension = Flow extension provides workflow support that is based on a ''generalized'' branching model, where [[http://nvie.com/posts/a-successful-git-branching-model/|Driessen's model]] is only a special case. <> == Status == '''This extension is not distributed with Mercurial.''' ''Author: '' ''Yujie Wu'' Repository: https://bitbucket.org/yujiewu/hgflow Web page: ''https://bitbucket.org/yujiewu/hgflow'' == Overview == Refer to [[https://bitbucket.org/yujiewu/hgflow/wiki/Home|here]] for detail. == Configuration == Configure your .hgrc to enable the extension by adding following lines: {{{ [extensions] flow = /path/to/hgflow.py }}} ---- CategoryExtensionsByOthers