Indefero

Indefero Commit Details


Date:2011-02-02 03:34:48 (13 years 10 months ago)
Author:Loïc d'Anterroches
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:7cedd4af7a90feb3e9b26cee0d73700d24803890
Parents: e31f10e648a563b34f1346459f34bd294c08f492
Message:Fixed to not work on a bad key.

Changes:

File differences

src/IDF/Plugin/SyncMonotone.php
631631
632632
633633
634
634
635
636
637
638
639
635640
636641
637642
*/
public function processKeyDelete($key)
{
if ($key->getType() != 'mtn') {
try {
if ($key->getType() != 'mtn') {
return;
}
} catch (Exception $e) {
// bad key type, skip it.
return;
}

Archive Download the corresponding diff file

Page rendered in 0.08477s using 13 queries.