Show More
@@ -40,9 +40,9 b' Instalation' | |||
|
40 | 40 | Features |
|
41 | 41 | -------- |
|
42 | 42 | |
|
43 |
- Has it's own middleware to handle mercurial_ protocol request. Each request |
|
|
44 |
be logged and authenticated. Runs on threads unlikely to hgweb You can |
|
|
45 | multiple pulls/pushes simultaneous | |
|
43 | - Has it's own middleware to handle mercurial_ protocol request. Each request | |
|
44 | can be logged and authenticated. Runs on threads unlikely to hgweb You can | |
|
45 | make multiple pulls/pushes simultaneous. Supports http/https | |
|
46 | 46 | - Full permissions and authentication per project private/read/write/admin. |
|
47 | 47 | One account for web interface and mercurial_ push/pull/clone. |
|
48 | 48 | - Mako templates let's you customize look and feel of application. |
@@ -70,9 +70,10 b' Incoming' | |||
|
70 | 70 | -------- |
|
71 | 71 | |
|
72 | 72 | - code review (probably based on hg-review) |
|
73 | - git_ support (when vcs_ can handle it - it's almost there !) | |
|
73 | - full git_ support, with push/pull server | |
|
74 | 74 | - commit based build in wiki system |
|
75 |
- clone points and cloning from remote repositories into rhodecode |
|
|
75 | - clone points and cloning from remote repositories into rhodecode | |
|
76 | (git_ and mercurial_) | |
|
76 | 77 | - some cache optimizations |
|
77 | 78 | - other cools stuff that i can figure out (or You can help me figure out) |
|
78 | 79 |
@@ -35,9 +35,9 b' http://hg.python-works.com/rhodecode/sum' | |||
|
35 | 35 | Features |
|
36 | 36 | -------- |
|
37 | 37 | |
|
38 |
- Has it's own middleware to handle mercurial_ protocol request. Each request |
|
|
39 |
be logged and authenticated. Runs on threads unlikely to hgweb You can |
|
|
40 | multiple pulls/pushes simultaneous | |
|
38 | - Has it's own middleware to handle mercurial_ protocol request. Each request | |
|
39 | can be logged and authenticated. Runs on threads unlikely to hgweb You can | |
|
40 | make multiple pulls/pushes simultaneous. Supports http/https | |
|
41 | 41 | - Full permissions and authentication per project private/read/write/admin. |
|
42 | 42 | One account for web interface and mercurial_ push/pull/clone. |
|
43 | 43 | - Mako templates let's you customize look and feel of application. |
@@ -76,9 +76,10 b' Incoming' | |||
|
76 | 76 | -------- |
|
77 | 77 | |
|
78 | 78 | - code review (probably based on hg-review) |
|
79 | - git_ support (when vcs_ can handle it - it's almost there !) | |
|
79 | - full git_ support, with push/pull server | |
|
80 | 80 | - commit based build in wiki system |
|
81 |
- clone points and cloning from remote repositories into rhodecode |
|
|
81 | - clone points and cloning from remote repositories into rhodecode | |
|
82 | (git_ and mercurial_) | |
|
82 | 83 | - some cache optimizations |
|
83 | 84 | - other cools stuff that i can figure out (or You can help me figure out) |
|
84 | 85 |
General Comments 0
You need to be logged in to leave comments.
Login now