Indefero

Indefero Commit Details


Date:2011-03-24 18:11:03 (13 years 8 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, 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.1, release-1.2, release-1.3
Commit:1a52133fd4eb9accefb7bcd83c40cf289c78a838
Parents: 627bc4e45fbe29915d5bf3bb2721a2c35ea6a3b2
Message:getArchiveStream() should actually be public (issue 648)

Changes:

File differences

NEWS.mdtext
1
2
3
4
5
6
7
18
29
310
# InDefero 1.1.1 - XXX XXX XX XX:XX 2011 UTC
## Bugfixes
- Fix PHP error when trying to create Mercurial source archives (issue 648)
# InDefero 1.1 - Sun Mar 20 11:44 2011 UTC
## New Features
src/IDF/Scm/Mercurial.php
463463
464464
465465
466
466
467467
468468
469469
* @param string Prefix ('git-repo-dump')
* @return Pluf_HTTP_Response The HTTP response containing the zip archive
*/
protected function getArchiveStream($commit, $prefix='')
public function getArchiveStream($commit, $prefix='')
{
$cmd = sprintf(Pluf::f('idf_exec_cmd_prefix', '').
Pluf::f('hg_path', 'hg').' archive --type=zip -R %s -r %s -',

Archive Download the corresponding diff file

Page rendered in 0.07867s using 14 queries.