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  5b176404082c990942f348812caeaac47a288bc5 (commit)
      from  865138e4779c86095ee14bcd5b7d2e2b6cf3f0cf (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=5b176404082c990942f348812caeaac47a288bc5

commit 5b176404082c990942f348812caeaac47a288bc5
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Sun Mar 11 15:53:40 2018 +0100

    scmhg: fix activity. limited to main repository

diff --git a/src/plugins/scmhg/libexec/hglog.php 
b/src/plugins/scmhg/libexec/hglog.php
index 4d1ab73..7dc9b78 100644
--- a/src/plugins/scmhg/libexec/hglog.php
+++ b/src/plugins/scmhg/libexec/hglog.php
@@ -80,7 +80,7 @@ if ($mode == 'date_range') {
 //     }
 }
 
-$repo = forge_get_config('repos_path', 'scmhg') . '/' . $unix_group_name;
+$repo = forge_get_config('repos_path', 
'scmhg').'/'.$unix_group_name.'/'.$unix_group_name;
 if (chdir($repo.'/.hg/')) {
        passthru("hg log --template '{date}||{author|email}||{desc}||{node}\n' 
".$options);
 }

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

Summary of changes:
 src/plugins/scmhg/libexec/hglog.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