changeset 1663:3bd7d89d918a beta

fixes #299
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 10 Nov 2011 21:25:36 +0200
parents f62a960bae39
children 65386911df2a
files README.rst docs/changelog.rst
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Tue Nov 08 17:13:59 2011 +0200
+++ b/README.rst	Thu Nov 10 21:25:36 2011 +0200
@@ -54,7 +54,7 @@
 RhodeCode Features
 ------------------
 
-- Has it's own middleware to handle mercurial_ protocol requests. 
+- Has its own middleware to handle mercurial_ protocol requests. 
   Each request can be logged and authenticated.
 - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous.
   Supports http/https and LDAP
--- a/docs/changelog.rst	Tue Nov 08 17:13:59 2011 +0200
+++ b/docs/changelog.rst	Thu Nov 10 21:25:36 2011 +0200
@@ -314,7 +314,7 @@
 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility 
   with older clients
 - anonymous access, authentication via ldap
-- performance upgrade for cached repos list - each repository has it's own 
+- performance upgrade for cached repos list - each repository has its own 
   cache that's invalidated when needed.
 - performance upgrades on repositories with large amount of commits (20K+)
 - main page quick filter for filtering repositories