[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1405-ga8915d8

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Jan 29 17:36:53 CET 2017


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  a8915d827024f0448f611f7cfa63598b08f80d8c (commit)
      from  bec32568c6d997da3906dc4637fdb03e7fbc2e9e (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=a8915d827024f0448f611f7cfa63598b08f80d8c

commit a8915d827024f0448f611f7cfa63598b08f80d8c
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Jan 29 17:36:36 2017 +0100

    scmhg: fix activity date

diff --git a/src/plugins/scmhg/common/HgPlugin.class.php b/src/plugins/scmhg/common/HgPlugin.class.php
index 18da24a..1eacbcc 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -659,7 +659,7 @@ Offer DAV or SSH access.");
 			if (is_dir($repo) && is_dir($repo.'/.hg') && chdir($repo)) {
 				$start_time = $params['begin'];
 				$end_time = $params['end'];
-				$pipe = popen("hg log --template '{date|shortdate}||{author|email}||{desc}||{node}\n' -d '$start_time 0 to $end_time 0'", 'r');
+				$pipe = popen("hg log --template '{date}||{author|email}||{desc}||{node}\n' -d '$start_time 0 to $end_time 0'", 'r');
 				while (!feof($pipe) && $data = fgets($pipe)) {
 					$line = trim($data);
 					$splitedLine = explode('||', $line);

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list