Size: 796
Comment:
|
← Revision 20 as of 2017-04-29 03:38:34 ⇥
Size: 677
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from Source Info Extension | |
Line 2: | Line 3: |
= Flow Extension = | = Extension Name = |
Line 4: | Line 5: |
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. | Brief description of extension. |
Line 10: | Line 11: |
'''This extension is not distributed with Mercurial.''' | '''This extension is not distributed with Mercurial.''' (maybe someday you can delete "not" here) |
Line 12: | Line 13: |
''Author: '' ''Yujie Wu'' | ''Author: '' ''(your name)'' |
Line 14: | Line 15: |
Repository: ''https://yujiewu@bitbucket.org/yujiewu/hgflow'' | Repository: ''(public HTTP URL that can be passed to `hg clone`)'' |
Line 16: | Line 17: |
Web page: ''https://bitbucket.org/yujiewu/hgflow'' | Web page: ''(where to get more info)'' |
Line 20: | Line 21: |
Refer to [[https://bitbucket.org/yujiewu/hgflow/wiki/Home|here]] for detail. | More detailed explanation: what it does, how to use it, etc. |
Line 27: | Line 28: |
flow = /path/to/hgflow.py | ... |
Line 30: | Line 31: |
== See also == |
|
Line 31: | Line 34: |
CategoryExtension CategoryExtensionsByOthers | CategoryExtensionsByOthers |
Extension Name
Brief description of extension.
Contents
1. Status
This extension is not distributed with Mercurial. (maybe someday you can delete "not" here)
Author: (your name)
Repository: (public HTTP URL that can be passed to hg clone)
Web page: (where to get more info)
2. Overview
More detailed explanation: what it does, how to use it, etc.
3. Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] ...