Differences between revisions 8 and 20 (spanning 12 versions)
Revision 8 as of 2011-09-09 03:09:31
Size: 796
Editor: cpe-98-14-157-229
Comment:
Revision 20 as of 2017-04-29 03:38:34
Size: 677
Editor: mrzv
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.

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]
...

4. See also


CategoryExtensionsByOthers

Extension Template (last edited 2017-04-29 03:38:34 by mrzv)