Changeset - 4839bc1d89fa
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2013-04-07 19:09:52
marcin@python-works.com
small fixes backported from stable
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/usage/general.rst
Show inline comments
 
@@ -109,7 +109,7 @@ Currently it support following options:
 

	
 
If you need to clone repositories that are protected via basic auth, you
 
might pass the url with stored credentials inside eg.
 
`http://user:passw@remote.server/repo, RhodeCode will try to login and clone
 
`http://user:passw@remote.server/repo`, RhodeCode will try to login and clone
 
using given credentials. Please take a note that they will be stored as
 
plaintext inside the database. RhodeCode will remove auth info when showing the
 
clone url in summary page.
rhodecode/lib/paster_commands/cleanup.py
Show inline comments
 
# -*- coding: utf-8 -*-
 
"""
 
    rhodecode.lib.paster_commands.make_rcextensions
 
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
    rhodecode.lib.paster_commands.cleanup
 
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 

	
 
    cleanup-repos paster command for RhodeCode
 

	
0 comments (0 inline, 0 general)