Indefero

Indefero Commit Details


Date:2010-08-29 17:59:12 (14 years 3 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:194dcad0e3e76372b3d42348d8aed58f6b09c1cd
Parents: af3df142d409a6d51c1ab9a339952ace67c135f3
Message:Don't check if the main branch is empty, but let the view code later handle the case where a selector doesn't resolve to at least one revision gracefully (see also issue 525).

Changes:

File differences

src/IDF/Scm/Monotone.php
122122
123123
124124
125
126
127
128
129
130
131125
132126
133127
$branch = "*";
}
if (count($this->_resolveSelector("h:$branch")) == 0) {
throw new IDF_Scm_Exception(
"Branch $branch is empty"
);
}
return $branch;
}

Archive Download the corresponding diff file

Page rendered in 0.07657s using 14 queries.