GithubHelp home page GithubHelp logo

xel64 / hgflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ffeast/hgflow

0.0 1.0 0.0 578 KB

A version of hgflow working with modern mercurial versions

License: GNU General Public License v2.0

Makefile 0.48% Python 81.97% Perl 17.55%

hgflow's Introduction

README

clone from https://hg.sr.ht/~wu/hgflow

Hgflow is an extension of the Mercurial distributed version control system to provide users a set of high level commands for creating, merging, and deleting branches, which includes the support for the Driessen's branching model. We also generalized the original Driessen's model by allowing user to use any branch as the base to start a (sub-)feature branch (and more).

Get started

Download

  • The hgflow extension contains a single Python file: hgflow.py.

  • The latest release is v0.9.8.4.

  • Developers can clone the repository with hg clone ssh://[email protected]/~wu/hgflow.

Install and configure

  1. Untar the downloaded tar ball, and move the hgflow.py file to the directory where you place your Mercurial plugins.
  2. Edit your $HOME/.hgrc file to add the following lines:
[extensions]
flow = path/to/hgflow.py
mq =

[flow]
autoshelve = yes

Help and tutorials

  1. Use hg flow -h to see a synopsis of the help message.

  2. Use hg flow help @<topic> to see detailed help message on a particular topic, e.g., hg flow help @help, hg flow help @start.

  3. Other resources:

Contributing

Coding style

  • Please pay attention to the coding style in the hgflow.py file.
  • Consistency of the coding style will be strictly and relentlessly maintained here.

Contributing enhancements and/or fixes

  • To file an issue, use this page.
  • If you have a fix, please post it here.
  • Ensure that your change does not break any tests.
  • hgflow has entered the maintenance mode: For last several years, we only updated hgflow to catch up Mercurial's APIs changes. There is no requests for major new features for hgflow. If you have a bugfix, please put it into the latest hotfix branch.

Writing and running tests

  • We use Mercurial's testing framework. For writing new tests, refer to this document.
  • All tests should be put to the tests/ directory.
  • To run tests, cd to the root dir of the hgflow repository, and then make <test-name> to run the specified test.

License

hgflow's People

Contributors

ffeast avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.