# HG changeset patch # User Marcin Kuzminski # Date 1290131977 -3600 # Node ID 0ab5deeedbdf08f02886eef222a01537d4390be2 # Parent 04c4e5f94cee6588ec2fc3756fb01701a13d4175 readme update and fixed whoosh version 1.3.3 has error diff -r 04c4e5f94cee -r 0ab5deeedbdf README.rst --- a/README.rst Fri Nov 19 03:00:05 2010 +0100 +++ b/README.rst Fri Nov 19 02:59:37 2010 +0100 @@ -2,12 +2,12 @@ RhodeCode (RhodiumCode) ======================= -``RhodeCode`` (formerly hg-app) is Pylons based repository management and -serving for mercurial_ and git_. It's similar to github or bitbucket, but -it's suppose to run as standalone app, it's open source and focuses more on -restricted access to repositories. There's no default free access to RhodeCode -You have to create an account in order to use the application. It's powered -by vcs_ library that we created to handle many various version control systems. +``RhodeCode`` (formerly hg-app) is Pylons based Mercurial repository +browser/management with build in push/pull server and full text search. It's +similar to github or bitbucket, but it's suppose to run as standalone hosted +application, it's open source and focuses more on restricted access to +repositories. It's powered by vcs_ library that we created to handle many +various version control systems. RhodeCode uses `Semantic Versioning `_ @@ -72,14 +72,12 @@ - code review (probably based on hg-review) - full git_ support, with push/pull server - project grouping -- anonymous access -- +- redmine integration - commit based build in wiki system - clone points and cloning from remote repositories into rhodecode (git_ and mercurial_) - more statistics and graph (global annotation + some more statistics) - user customized activity dashboards -- some cache optimizations - other cools stuff that i can figure out (or You can help me figure out) License diff -r 04c4e5f94cee -r 0ab5deeedbdf setup.py --- a/setup.py Fri Nov 19 03:00:05 2010 +0100 +++ b/setup.py Fri Nov 19 02:59:37 2010 +0100 @@ -9,7 +9,7 @@ "vcs>=0.1.10", "pygments>=1.3.0", "mercurial>=1.6.4", - "whoosh>=1.3.3", + "whoosh>=1.3.1", "celery>=2.1.3", "py-bcrypt", "babel",