Redmine/app/models/repository
Toshi MARUYAMA 2ae2d3ef83 Fixed: repository: mercurial: sort changesets by revision (#3449, #3567).
In DVCS, changesets are not in date order.
Because Mercurial backend inserts changesets from eariest, 'ORDER BY id'
means 'order by revision number'.

Contributed by Yuya Nishihara.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4611 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-01-02 06:05:54 +00:00
..
bazaar.rb File size display with Bazaar repositories (#1149). 2008-06-14 15:44:36 +00:00
cvs.rb Fixes error with CVS+Postgresql and non-UTF8 commit logs (#917, #1659). 2008-08-26 12:28:15 +00:00
darcs.rb Refactor: Extract method to create a Change from a Changeset. 2010-02-02 17:02:32 +00:00
filesystem.rb Adds Filesystem adapter (patch #1393 by Paul R). 2008-06-08 15:40:24 +00:00
git.rb Do not parse the entire git log to fetch new commits (takes several minutes for a few thousands commits), but only 1 week before the last known commit (#4547, #4716). 2010-02-07 15:17:21 +00:00
mercurial.rb Fixed: repository: mercurial: sort changesets by revision (#3449, #3567). 2011-01-02 06:05:54 +00:00
subversion.rb Refactor: Extract method to create a Change from a Changeset. 2010-02-02 17:02:32 +00:00