diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-04-28 18:49:33 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-04-28 18:49:33 +0200 |
commit | 02958b5b78835a484c1038d77f4bcfc5ae273a2d (patch) | |
tree | 771d999fa45dc533e9d11d588935dc0c3efac6e8 /.hgflow | |
parent | a6507905578f1cf209776ae3d53099a005a06823 (diff) |
hg flow init, add .hgflow file
Diffstat (limited to '.hgflow')
-rw-r--r-- | .hgflow | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.hgflow b/.hgflow new file mode 100644 index 000000000..ad6e56e0f --- /dev/null +++ b/.hgflow @@ -0,0 +1,8 @@ +[Basic] +develop = develop +feature = feature/ +version_tag = +publish = default +release = release/ +hotfix = hotfix/ + |