comparison docs/usage/locking.rst @ 4192:e73a69cb98dc kallithea-2.2.5-rebrand

Rename some strings examples and commands in documentation
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:41 -0400
parents 8b8edfc25856
children 03bbd33bc084
comparison
equal deleted inserted replaced
4191:9171248beae5 4192:e73a69cb98dc
1 .. _locking: 1 .. _locking:
2 2
3 =================================== 3 ===================================
4 RhodeCode repository locking system 4 Kallithea repository locking system
5 =================================== 5 ===================================
6 6
7 7
8 | Repos with **locking function=disabled** is the default, that's how repos work 8 | Repos with **locking function=disabled** is the default, that's how repos work
9 today. 9 today.
18 18
19 - The command `hg/git clone <repo>` will lock that repo (locked=true) if the 19 - The command `hg/git clone <repo>` will lock that repo (locked=true) if the
20 user has write/admin permissions on this repo 20 user has write/admin permissions on this repo
21 21
22 22
23 RhodeCode will remember the user id who locked the repo 23 Kallithea will remember the user id who locked the repo
24 only this specific user can unlock the repo (locked=false) by calling 24 only this specific user can unlock the repo (locked=false) by calling
25 25
26 - `hg/git push <repo>` 26 - `hg/git push <repo>`
27 27
28 every other command on that repo from this user and 28 every other command on that repo from this user and