Indefero

Indefero Commit Details


Date:2010-08-28 17:47:37 (14 years 4 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, master, release-1.1, release-1.2, release-1.3
Commit:f2a9518b5cea049007701300f723fd874b1aca7a
Parents: 593240b4207742099e20d84826c0ae9533f547b0
Message:single quoted newlines of course will not work here... stupid me

Changes:

File differences

src/IDF/Scm/Monotone/Usher.php
215215
216216
217217
218
218
219219
220220
221221
......
223223
224224
225225
226
226
227227
228228
229229
            );
        }
        fwrite($sock, 'USERPASS '.$uc['user'].' '.$uc['pass'].'\n');
        fwrite($sock, 'USERPASS '.$uc['user'].' '.$uc['pass']."\n");
        if (feof($sock)) {
            throw new IDF_Scm_Exception(
                'usher closed the connection - probably wrong admin '.
            );
        }
        fwrite($sock, $cmd.'\n');
        fwrite($sock, $cmd."\n");
        $out = '';
        while (!feof($sock)) {
            $out .= fgets($sock);

Archive Download the corresponding diff file

Page rendered in 0.10940s using 13 queries.