gplugin/gplugin

add some notes about how to use hg flow
develop
2014-07-20, Gary Kramlich
85328822360a
add some notes about how to use hg flow
  • +8 -0
    HACKING
  • --- a/HACKING Thu Jun 05 18:20:26 2014 -0500
    +++ b/HACKING Sun Jul 20 03:37:16 2014 -0500
    @@ -7,5 +7,13 @@
    fixes. When a release is deemed done, it's merged back into develop and into
    default. hgflow takes care of all of this for us.
    +To add a feature please fork https://bitbucket.org/rw_grim/gplugin. Then clone
    +your fork. Once you have your fork cloned and hgflow setup and installed, type
    +
    + hg flow feature start $NAME_OF_YOUR_FEATURE$
    +
    +This will create a new branch for you to do your work on. When you submit a
    +pull request, make sure it's this branch that you're requesting I pull.
    +
    [1] https://bitbucket.org/yujiewu/hgflow