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 76103922e6d0f3ad7d08dc1d7422d56ac43149e4 (commit)
from a7ca690eb2fed6c2e96661f89fdf46cdbb062325 (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=76103922e6d0f3ad7d08dc1d7422d56ac43149e4
commit 76103922e6d0f3ad7d08dc1d7422d56ac43149e4
Author: Franck Villaume <[email protected]>
Date: Wed Jul 4 09:16:25 2018 +0000
scmhg plugin: fix stats gathering
diff --git a/src/plugins/scmhg/common/HgPlugin.class.php
b/src/plugins/scmhg/common/HgPlugin.class.php
index d5a86eb..0ca478d 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -607,7 +607,7 @@ Offer DAV or SSH access.");
$updates = 0;
$deletes = 0;
$commits = 0;
- $repo = forge_get_config('repos_path', 'scmhg') . '/' .
$project->getUnixName();
+ $repo = forge_get_config('repos_path',
'scmhg').'/'.$project->getUnixName().'/'.$repo_name;
if (!is_dir($repo) || !is_dir("$repo/.hg")) {
// echo "No repository\n";
db_rollback();
-----------------------------------------------------------------------
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