You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// hent = hent.subList(hent.indexOf(rev), hent.size()); // !!! cannot do this because of not matching rev ids (keys)
140
+
//first is the most recent one, so we need the position of "rev" until the end of the list
141
+
//}
142
+
for (Iteratorit = hent.iterator(); it.hasNext();) {
143
+
HistoryEntryhe = (HistoryEntry) it.next();
144
+
Stringcmr=he.getRevision();
145
+
String[] brev=cmr.split(":"); //TODO this is only for mercurial, for other SCMs it might also be a problem, we need to revise how we shorten the rev # for annotate
<link rel="search" href="<%=httpHeaderContext%>/opensearch" type="application/opensearchdescription+xml" title="OpenGrok Search for current project(s)" />
0 commit comments