Redmine/config
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
..
environments Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
initializers Fixed the path displayed in error message. 2012-05-01 15:50:16 +00:00
locales Simplified Chinese translation updated (#10800) 2012-04-30 13:10:42 +00:00
additional_environment.rb.example Use Bundler for gem management (#5638). 2012-02-19 14:30:46 +00:00
application.rb Set the default session store. 2012-04-28 12:26:24 +00:00
boot.rb Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
configuration.yml.example Let the secret token be set in configuration.yml. 2012-04-28 12:00:45 +00:00
database.yml.example Note about the mysql2 adapter in database.yml.example. 2012-04-14 06:51:16 +00:00
environment.rb Make sure we don't boot with plugins in vendor/plugins. 2012-05-01 10:42:25 +00:00
preinitializer.rb Changed bundle setup error message. 2012-02-19 20:15:30 +00:00
routes.rb route: scm: fix git and mercurial changes action 2012-05-03 14:49:29 +00:00
settings.yml Adds the ability for users to delete their own account (#10664). Can be disabled in application settings. 2012-04-15 14:31:54 +00:00