annotate .hgflow @ 255:adbef03ee9e8

add max days to access log
author smith@nwoca.org
date Tue, 29 May 2018 17:12:03 +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