You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2012/10/24 20:58:32 UTC

git commit: [#5145] Fixed errantly changed menu label

Updated Branches:
  refs/heads/cj/5145 729ab8471 -> d0873ac79


[#5145] Fixed errantly changed menu label

Signed-off-by: Cory Johns <jo...@geek.net>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/d0873ac7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/d0873ac7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/d0873ac7

Branch: refs/heads/cj/5145
Commit: d0873ac7951c4da1c458ba106f64ad8da10e7764
Parents: 729ab84
Author: Cory Johns <jo...@geek.net>
Authored: Wed Oct 24 18:49:11 2012 +0000
Committer: Cory Johns <jo...@geek.net>
Committed: Wed Oct 24 18:49:11 2012 +0000

----------------------------------------------------------------------
 Allura/allura/lib/repository.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/d0873ac7/Allura/allura/lib/repository.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/repository.py b/Allura/allura/lib/repository.py
index feffad5..9d3528c 100644
--- a/Allura/allura/lib/repository.py
+++ b/Allura/allura/lib/repository.py
@@ -55,7 +55,7 @@ class RepositoryApp(Application):
         :return: a list of :class:`SitemapEntries <allura.app.SitemapEntry>`
         '''
         return [ SitemapEntry(
-                self.tool_label,
+                self.config.options.mount_label.title(),
                 '.')]
 
     @property