Indefero

Indefero Commit Details


Date:2011-04-02 08:40:18 (13 years 8 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.2, release-1.3
Commit:12d3eef3d129fc53f1e09e9b326f7318a4c4e8c9
Parents: aa68fe348509ca3a9fde6350a95ee49c414edca9
Message:monotone actually requires interface_version 13.0 or higher because of the extended manifest usage

Changes:

File differences

src/IDF/Scm/Monotone.php
2929
3030
3131
32
32
3333
3434
3535
class IDF_Scm_Monotone extends IDF_Scm
{
/** the minimum supported interface version */
public static $MIN_INTERFACE_VERSION = 12.0;
public static $MIN_INTERFACE_VERSION = 13.0;
private $stdio;

Archive Download the corresponding diff file

Page rendered in 0.07679s using 13 queries.