gplugin/gplugin

Parents 2dedd64d03b9
Children f322ab51b750
Remove some documentation about hgflow from HACKING.md as we don't use hgflow anymore

Testing Done:
Eye testing only.

Reviewed at https://reviews.imfreedom.org/r/579/
  • +0 -22
    HACKING.md
  • --- a/HACKING.md Thu Mar 11 22:59:20 2021 -0600
    +++ b/HACKING.md Mon Mar 22 03:17:22 2021 -0500
    @@ -72,29 +72,7 @@
    convey list metaplans
    ```
    -## hgflow
    -
    -GPlugin uses [hgflow][5] for development. All development takes place on the
    -develop branch which leaves default to be a stable release clone. All long
    -term feature/bug fix work should take place on a feature branch that when
    -closed, gets merged to develop.
    -
    -Releases are forked from develop and create a new branch for any testing/bug
    -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 clone `https://keep.imfreedom.org/gplugin/gplugin`.
    -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 your work has
    -been completed, please open a review request at
    -[reviews.imfreedom.org](https://reviews.imfreedom.org).
    -
    [1]: https://clang.llvm.org/docs/ClangFormat.html
    [2]: https://hg.mozilla.org/projects/nss/file/default/coreconf/precommit.clang-format.sh
    [3]: https://keep.imfreedom.org/grim/convey
    [4]: https://bintray.com/pidgin/releases/convey
    -[5]: https://hg.sr.ht/~wu/hgflow