Mercurial > public > mercurial-scm > hg
diff tests/test-help.t @ 40595:419d703115b0
help: add internals.extensions topic
I think it's better to include the API overview in core as we now have the
internals section in our help system.
Retrieved from the wiki, and formatted as reST. Several wiki links are
removed since they are invalid in the help. The sections about example
extension are removed at all as they seemed too verbose.
https://www.mercurial-scm.org/wiki/WritingExtensions
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Mon, 12 Nov 2018 21:28:54 +0900 |
parents | dce0e0f78f0f |
children | 05abb5fb146a |
line wrap: on
line diff
--- a/tests/test-help.t Sun Nov 04 12:51:14 2018 +0900 +++ b/tests/test-help.t Mon Nov 12 21:28:54 2018 +0900 @@ -1066,6 +1066,7 @@ censor Censor changegroups Changegroups config Config Registrar + extensions Extension API requirements Repository Requirements revlogs Revision Logs wireprotocol Wire Protocol @@ -3404,6 +3405,13 @@ Config Registrar </td></tr> <tr><td> + <a href="/help/internals.extensions"> + extensions + </a> + </td><td> + Extension API + </td></tr> + <tr><td> <a href="/help/internals.requirements"> requirements </a>