This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  6b58e2a060ec782117b32fa99fe89906d4ca3800 (commit)
      from  46b3eb23dbfe1f1a664ac35c1287849abf240e37 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=6b58e2a060ec782117b32fa99fe89906d4ca3800

commit 6b58e2a060ec782117b32fa99fe89906d4ca3800
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Tue Aug 8 08:53:38 2017 +0000

    fix wrong var

diff --git a/src/plugins/scmhg/common/HgPlugin.class.php 
b/src/plugins/scmhg/common/HgPlugin.class.php
index 1ff0641..d27e24a 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -153,7 +153,7 @@ Offer DAV or SSH access.");
                                foreach ($repo_list as $repo_name) {
                                        // Warning : the ssh uri MUST be this 
form : ssh://username@scmbox//path/reponame
                                        //           HAVE YOU SEEN THE // 
starting the path ? Keep in mind the double /
-                                       $htmlRepo .= html_e('tt', array(), 'hg 
clone 
ssh://'.$d.'@'.forge_get_config('scm_host').'/'.forge_get_config('repos_path', 
'scmhg').'/'.$project->getUnixName()).html_e('br');
+                                       $htmlRepo .= html_e('tt', array(), 'hg 
clone ssh://'.html_e('i', array(), 
_('developername')).'@'.forge_get_config('scm_host').'/'.forge_get_config('repos_path',
 'scmhg').'/'.$project->getUnixName()).html_e('br');
                                }
                                $b .= html_e('p', array(), $htmlRepo);
                                $b .= '</div>';

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/scmhg/common/HgPlugin.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to