##// END OF EJS Templates
db: Change ordering of test env setup and db connection init....
db: Change ordering of test env setup and db connection init. - DB init sets rhodecode.model.db.ENCRYPTION_KEY - Test env setup resets rhodecode.model.db.ENCRYPTION_KEY to None - Therefore DB init has to be done after test env setup.

File last commit:

r1:854a839a default
r117:25511505 default
Show More
collaboration.rst
24 lines | 395 B | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _collaborate-ref:
Collaboration
=============
.. note::
Forking and branching does not work with |svn| |repos|.
Collaboration in |RCM| is accomplished through a combination of the following
functions:
.. only:: latex
* :ref:`review-notifications-ref`
* :ref:`forks-branches-ref`
* :ref:`pull-requests-ref`
.. toctree::
workflow
forks-branches
repo-locking