comparison docs/usage/enable_git.rst @ 1123:9472a0150bf0 beta

docs update
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 09 Mar 2011 20:46:43 +0100
parents 8af52e1224ff
children bf263968da47
comparison
equal deleted inserted replaced
1122:31e82d872631 1123:9472a0150bf0
2 2
3 Enabling GIT support (beta) 3 Enabling GIT support (beta)
4 =========================== 4 ===========================
5 5
6 6
7 Git support in RhodeCode 1.1 was disabled due to current instability issues. However, 7 Git support in RhodeCode 1.1 was disabled due to current instability issues.
8 if you would like to test git support please feel free to re-enable it. To re-enable GIT support just 8 However,if you would like to test git support please feel free to re-enable it.
9 uncomment the git line in the file rhodecode/__init__.py 9 To re-enable GIT support just uncomment the git line in the
10 file **rhodecode/__init__.py**
10 11
11 .. code-block:: python 12 .. code-block:: python
12 13
13 BACKENDS = { 14 BACKENDS = {
14 'hg': 'Mercurial repository', 15 'hg': 'Mercurial repository',