From 6be30cd1048815e9184baf4b763a8e18c0dcd629 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 1 Oct 2014 08:38:20 -0400 Subject: [PATCH] flow initialization: Added configuration file. --- .hgflow | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .hgflow diff --git a/.hgflow b/.hgflow new file mode 100644 index 0000000..9a28791 --- /dev/null +++ b/.hgflow @@ -0,0 +1,8 @@ +[branchname] +master = master +develop = default +feature = feature/ +release = release/ +hotfix = hotfix/ +support = support/ +