srchub-old

srchub-old Commit Details


Date:2014-04-30 21:11:00 (10 years 5 months ago)
Author:Natalie Adams
Branch:default
Commit:68c3010b5557
Parents: 76c3baca5e9a
Message:Fixing issue 43

Changes:
Mindefero/src/IDF/Scm/Mercurial.php (1 diff)

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

Tags

Page rendered in 0.42638s using 20 queries.