From 232fca78a2d3ba1a5b1538a9b1fa9e5ed611ca11 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 5 Feb 2012 11:51:43 +0000 Subject: scm: rename JavaScript "branchGraph" function name to "revisionGraph" "Branch" is not a common concept in the SCMs. Mercurial "branch" has three terms. * named branch * unnamed branch (multiple heads) * big-picture branch (cloning repository) Git "branch" is a reference to a specific revision. It is popular that Mercurial GUI shows all revisions on the top page. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8779 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/javascripts/revision_graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/javascripts') diff --git a/public/javascripts/revision_graph.js b/public/javascripts/revision_graph.js index dfaf7df4d..438eb755e 100644 --- a/public/javascripts/revision_graph.js +++ b/public/javascripts/revision_graph.js @@ -1,5 +1,5 @@ -function branchGraph(holder, commits_hash) { +function revisionGraph(holder, commits_hash) { var LEFT_PADDING = 3, TOP_PADDING = 10, -- cgit v1.2.3