Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | help page linkt to doc files references fossil-scm.org, not the local repository to be usefull in all repositories, not only in clones of fossil |
|---|---|
| Timelines: | family | ancestors | descendants | both | wolfgangHelpCmd |
| Files: | files | file ages | folders |
| SHA1: |
47f4866bbc23bc29b46d92487cf47951 |
| User & Date: | wolfgang 2010-10-08 12:39:21.000 |
Context
|
2010-10-08
| ||
| 12:42 | help page uses detected command, not the given input parameter as header check-in: 9017bde28f user: wolfgang tags: wolfgangHelpCmd | |
| 12:39 | help page linkt to doc files references fossil-scm.org, not the local repository to be usefull in all repositories, not only in clones of fossil check-in: 47f4866bbc user: wolfgang tags: wolfgangHelpCmd | |
| 12:32 | help overview page uses table layout check-in: 94741fb68f user: wolfgang tags: wolfgangHelpCmd | |
Changes
Changes to src/main.c.
| ︙ | ︙ | |||
671 672 673 674 675 676 677 |
}
zDest[dest] = 0;
@ <pre>%s(zDest)</pre>
free(zDest);
}
}
@ <hr>additional information may be found in the web documentation:
| | | 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
}
zDest[dest] = 0;
@ <pre>%s(zDest)</pre>
free(zDest);
}
}
@ <hr>additional information may be found in the web documentation:
@ <a href="http://www.fossil-scm.org/fossil/doc/tip/www/cmd_%s(aCommand[idx].zName).wiki">
@ cmd_%s(aCommand[idx].zName)</a>, see also the list of
@ <a href="help">available commands</a> in fossil
@ version %s(MANIFEST_VERSION" "MANIFEST_DATE) UTC
}else{
int nCol, nRow, i, tests, cnt;
for( i=0,tests=0; i<count(aCommand); i++){
|
| ︙ | ︙ |