Size: 294
Comment: Add extension template
|
Size: 796
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Extension Name == | #pragma section-numbers 2 = Flow Extension = |
Line 3: | Line 4: |
'''This extension is/is not distributed with Mercurial.''' | 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. |
Line 5: | Line 6: |
''Author: '' | <<TableOfContents>> |
Line 7: | Line 8: |
Download site: | == Status == |
Line 9: | Line 10: |
=== Overview === | '''This extension is not distributed with Mercurial.''' |
Line 11: | Line 12: |
=== Configuration === | ''Author: '' ''Yujie Wu'' Repository: ''https://yujiewu@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 == |
Line 16: | Line 27: |
... | flow = /path/to/hgflow.py |
Line 20: | Line 31: |
CategoryExtension | CategoryExtension CategoryExtensionsByOthers |
Flow Extension
Flow extension provides workflow support that is based on a generalized branching model, where Driessen's model is only a special case.
Contents
1. Status
This extension is not distributed with Mercurial.
Author: Yujie Wu
Repository: https://yujiewu@bitbucket.org/yujiewu/hgflow
Web page: https://bitbucket.org/yujiewu/hgflow
2. Overview
Refer to here for detail.
3. Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] flow = /path/to/hgflow.py