Redmine/test
Toshi MARUYAMA b4350ca91a route: scm: fix git and mercurial changes action
If branch name has special character, "View revisions" link has route error.
For example, Redmine Mercurial hgsubversion mirror has "../sandbox/rails-3.2" named branch.

Git default branch of bare repository is defined at HEAD.
In most cases, it is *master*.
Mercurial GUI standard behavior is showing all revisions on top page.
So, Redmine default branch is *nil*.
Mercurial top page "View revisions" link has route error.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9617 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-05-03 14:49:29 +00:00
..
fixtures Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
functional scm: git: fix creating and updating repository 2012-05-03 11:48:33 +00:00
integration route: scm: fix git and mercurial changes action 2012-05-03 14:49:29 +00:00
mocks remove trailing white-spaces and code clean up test/mocks/open_id_authentication_mock.rb. 2011-06-01 11:04:35 +00:00
unit scm: fix git and mercurial branch list box action 2012-05-02 13:19:16 +00:00
object_helpers.rb Methods moved. 2012-04-22 12:47:50 +00:00
test_helper.rb Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00