comparison docs/changelog.rst @ 3492:0065f7fe60f6 beta

fix spelling of committer
author Mads Kiilerich <madski@unity3d.com>
date Wed, 06 Mar 2013 19:54:36 +0100
parents 5706f6ab60cf
children 224cc3661f7d
comparison
equal deleted inserted replaced
3491:bdb997400835 3492:0065f7fe60f6
137 - fixes #625 Git-Tags are not displayed in Shortlog 137 - fixes #625 Git-Tags are not displayed in Shortlog
138 - fix for issue #602, enforce str when setting mercurial UI object. 138 - fix for issue #602, enforce str when setting mercurial UI object.
139 When this is used together with mercurial internal translation system 139 When this is used together with mercurial internal translation system
140 it can lead to UnicodeDecodeErrors 140 it can lead to UnicodeDecodeErrors
141 - fixes #645 Fix git handler when doing delete remote branch 141 - fixes #645 Fix git handler when doing delete remote branch
142 - implements #649 added two seperate method for author and commiter to VCS 142 - implements #649 added two seperate method for author and committer to VCS
143 changeset class switch author for git backed to be the real author not commiter 143 changeset class switch author for git backed to be the real author not committer
144 - fix issue #504 RhodeCode is showing different versions of README on 144 - fix issue #504 RhodeCode is showing different versions of README on
145 different summary page loads 145 different summary page loads
146 - implemented #658 Changing username in LDAP-Mode should not be allowed. 146 - implemented #658 Changing username in LDAP-Mode should not be allowed.
147 - fixes #652 switch to generator approach when doing file annotation to prevent 147 - fixes #652 switch to generator approach when doing file annotation to prevent
148 huge memory consumption 148 huge memory consumption