srchub

srchub Commit Details


Date:2014-04-30 21:11:45 (10 years 7 months ago)
Author:Natalie Adams
Branch:master
Commit:394dbd57a504bf4c2b6d0feb7b0aadcb62ae2c21
Parents: 0bc03907b6206dc55bc8d3b18a5f6ae99936c82f
Message:Fixing issue 43

Changes:

File differences

indefero/src/IDF/Scm/Mercurial.php
248248
249249
250250
251
251
252252
253253
254254
continue;
}
if ($folder) {
preg_match('|^'.$folder.'[/]?([^/]+)?$|', $file,$match);
preg_match('|^'.$folder.'[/]([^/]+)?$|', $file,$match);
if (count($match) > 1) {
$file = $match[1];
} else {

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.06212s using 15 queries.