Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2007-04-25 15:57:07
Size: 294
Editor: BrendanCully
Comment: Add extension template
Revision 8 as of 2011-09-09 03:09:31
Size: 796
Editor: cpe-98-14-157-229
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.

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


CategoryExtension CategoryExtensionsByOthers

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