# HG changeset patch # User Marcin Kuzminski # Date 1365354592 -7200 # Node ID 4839bc1d89fad354ef96583c1057d4376e928724 # Parent a79bb3277b32fcb69463d5fc4ee182afdd93ceb4 small fixes backported from stable diff -r a79bb3277b32 -r 4839bc1d89fa docs/usage/general.rst --- a/docs/usage/general.rst Sun Apr 07 19:05:35 2013 +0200 +++ b/docs/usage/general.rst Sun Apr 07 19:09:52 2013 +0200 @@ -109,7 +109,7 @@ 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. diff -r a79bb3277b32 -r 4839bc1d89fa rhodecode/lib/paster_commands/cleanup.py --- a/rhodecode/lib/paster_commands/cleanup.py Sun Apr 07 19:05:35 2013 +0200 +++ b/rhodecode/lib/paster_commands/cleanup.py Sun Apr 07 19:09:52 2013 +0200 @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - rhodecode.lib.paster_commands.make_rcextensions - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + rhodecode.lib.paster_commands.cleanup + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cleanup-repos paster command for RhodeCode