Submitter | Takumi IINO |
---|---|
Date | May 14, 2013, 7:29 a.m. |
Message ID | <9f112d483cee35bae8e2.1368516554@iino-no-MacBook-Air.local> |
Download | mbox | patch |
Permalink | /patch/1627/ |
State | Rejected, archived |
Headers | show |
Comments
Patch
diff --git a/doc/gendoc.py b/doc/gendoc.py --- a/doc/gendoc.py +++ b/doc/gendoc.py @@ -100,6 +100,9 @@ def show_doc_hgignore(ui): helpprinter(ui, helptable, None, include=['hgignore']) +def show_doc_hgrc(ui): + helpprinter(ui, helptable, None, include=['config']) + def helpprinter(ui, helptable, sectionfunc, include=[], exclude=[]): for names, sec, doc in helptable: if exclude and names[0] in exclude: