diff options
author | Derek Jones <derek.jones@ellislab.com> | 2011-07-02 01:04:45 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2011-07-02 01:04:45 +0200 |
commit | d01e4a612cc3d445aab8a73b63d5b0d5466e394d (patch) | |
tree | 153cb1ff52bb6c66f5029de065a01fcce84138b8 /.hgflow | |
parent | 37f4b9caa02783e06dd7c5318200113409a0deb1 (diff) | |
parent | 2ca826b0888096d3ab252cb642975dcc1e57ceab (diff) |
hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit
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/ + |