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, 6.1 has been updated
via bf8b642288858e455995b9507f6229309dd5181e (commit)
from d994e1fd1683b54dad04ad32d3c92a60b6b8d29a (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=bf8b642288858e455995b9507f6229309dd5181e
commit bf8b642288858e455995b9507f6229309dd5181e
Author: Franck Villaume <[email protected]>
Date: Sat Jan 20 14:02:37 2018 +0100
fix PHP syntax
diff --git a/src/plugins/scmhg/common/HgPlugin.class.php
b/src/plugins/scmhg/common/HgPlugin.class.php
index 391d8b6..a719896 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -122,7 +122,7 @@ Offer DAV or SSH access.");
// 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 /
if
(forge_get_config('use_shell_limited')) {
- $htmlRepo .= html_e('kbd',
array(), 'hg clone
ssh://'.$d.'@'.$this->getBoxForProject($project).$ssh_port'/hg/'.$project->getUnixName()).html_e('br');
+ $htmlRepo .= html_e('kbd',
array(), 'hg clone
ssh://'.$d.'@'.$this->getBoxForProject($project).$ssh_port.'/hg/'.$project->getUnixName()).html_e('br');
} else {
$htmlRepo .= html_e('kbd',
array(), 'hg clone
ssh://'.$d.'@'.$this->getBoxForProject($project).$ssh_port.'/'.forge_get_config('repos_path',
'scmhg').'/'.$project->getUnixName()).html_e('br');
-----------------------------------------------------------------------
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
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits