Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Minor help text improvement suggested on ML. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
a2400a0192ff3c7aaf74c9f4d331ad26 |
| User & Date: | stephan 2014-03-14 09:42:44.255 |
Context
|
2014-03-14
| ||
| 12:30 | Enhance the "whatis" command so that if given an ambiguous SHA1 hash prefix it shows "what is" all possible values for that hash prefix. check-in: 933904fe70 user: drh tags: trunk | |
| 09:42 | Minor help text improvement suggested on ML. check-in: a2400a0192 user: stephan tags: trunk | |
|
2014-03-13
| ||
| 13:17 | Backout [e6d3e878a9]: Clicking on timeline nodes for displaying a diff doesn't work any more with this change (Sorry, Stefan!). check-in: afcdc6ce81 user: jan.nijtmans tags: trunk | |
Changes
Changes to src/main.c.
| ︙ | ︙ | |||
1068 1069 1070 1071 1072 1073 1074 |
}
}
if( j>0 ){
@ </ul></td>
}
@ </tr></table>
| | | 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 |
}
}
if( j>0 ){
@ </ul></td>
}
@ </tr></table>
@ <h1>Available web UI pages:</h1>
@ (Only pages with help text are linked.)
@ <table border="0"><tr>
for(i=j=0; i<count(aCommand); i++){
const char *z = aCommand[i].zName;
if( '/'!=*z ) continue;
j++;
}
|
| ︙ | ︙ |