Size: 880
Comment:
|
Size: 647
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from FlowExtension ## page was renamed from ExtensionTemplate |
|
Line 4: | Line 2: |
= Flow Extension = | = Extension Name = |
Line 6: | Line 4: |
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 12: | Line 10: |
'''This extension is not distributed with Mercurial.''' | '''This extension is not distributed with Mercurial.''' (maybe someday you can delete "not" here) |
Line 14: | Line 12: |
''Author: '' ''Yujie Wu'' | ''Author: '' ''(your name)'' |
Line 16: | Line 14: |
Repository: ''https://yujiewu@bitbucket.org/yujiewu/hgflow'' | Repository: ''(public HTTP URL that can be passed to `hg clone`)'' |
Line 18: | Line 16: |
Web page: ''https://bitbucket.org/yujiewu/hgflow'' | Web page: ''(where to get more info)'' |
Line 22: | Line 20: |
Refer to [[https://bitbucket.org/yujiewu/hgflow/wiki/Home|here]] for detail. | More detailed explanation: what it does, how to use it, etc. |
Line 29: | Line 27: |
flow = /path/to/hgflow.py | ... |
Line 31: | Line 29: |
== See also == |
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] ...