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  21a4772e61aecd7da483b18ea03a43ed0791ce24 (commit)
      from  184c304ec202a01819412b2cdc726fd38b0e4173 (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=21a4772e61aecd7da483b18ea03a43ed0791ce24

commit 21a4772e61aecd7da483b18ea03a43ed0791ce24
Author: Franck Villaume <[email protected]>
Date:   Thu Sep 27 14:39:14 2018 +0000

    adjust warning message

diff --git a/src/plugins/scmhg/common/HgPlugin.class.php 
b/src/plugins/scmhg/common/HgPlugin.class.php
index 6f31ece..fc5eb2c 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -83,7 +83,7 @@ Offer DAV or SSH access.");
                                $b .= html_e('kbd', array(), 'hg clone 
'.$protocol.'://'.$this->getBoxForProject($project).'/anonscm/'.'hg'.'/'.$project->getUnixName().'/'.$repo_name).html_e('br');
                        }
                } else {
-                       $b .= $HTML->warning_msg(_('Please contact forge 
administrator, scmhg plugin is not correctly configured'));
+                       $b .= $HTML->warning_msg(_('Anonymous browsing not 
available using ssh access.'));
                }
                return $b;
        }

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

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

Reply via email to