Differences between revisions 7 and 8
Revision 7 as of 2011-04-02 21:20:22
Size: 647
Editor: GregWard
Comment: recommend standard link terminology
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 2: Line 2:
= Extension Name = = Flow Extension =
Line 4: Line 4:
Brief description of extension. 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 10: Line 10:
'''This extension is not distributed with Mercurial.''' (maybe someday you can delete "not" here) '''This extension is not distributed with Mercurial.'''
Line 12: Line 12:
''Author: '' ''(your name)'' ''Author: '' ''Yujie Wu''
Line 14: Line 14:
Repository: ''(public HTTP URL that can be passed to `hg clone`)'' Repository: ''https://yujiewu@bitbucket.org/yujiewu/hgflow''
Line 16: Line 16:
Web page: ''(where to get more info)'' Web page: ''https://bitbucket.org/yujiewu/hgflow''
Line 20: Line 20:
More detailed explanation: what it does, how to use it, etc. Refer to [[https://bitbucket.org/yujiewu/hgflow/wiki/Home|here]] for detail.
Line 27: Line 27:
... flow = /path/to/hgflow.py
Line 29: Line 29:

== See also ==

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)