annotate .hgflow @ 159:303259c08b7d

DEP-12: update backup scripts
author smith@nwoca.org
date Wed, 02 Aug 2017 21:44:52 +0100
parents 6c2cea4b142f
children
rev   line source
0
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
1 [branchname]
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
2 master = production
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
3 develop = default
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
4 feature = feature/
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
5 release = release/
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
6 hotfix = hotfix/
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
7 support = support/
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
8