Submitter | Takumi IINO |
---|---|
Date | May 15, 2013, 7:14 a.m. |
Message ID | <e8cbf24c51e730190c31.1368602061@iino-no-MacBook-Air.local> |
Download | mbox | patch |
Permalink | /patch/1645/ |
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 @@ -97,6 +97,9 @@ ui.write(minirst.subsubsection(_('Commands'))) commandprinter(ui, cmdtable, minirst.subsubsubsection) +def show_doc_hgignore(ui): + helpprinter(ui, helptable, None, include=['hgignore']) + def helpprinter(ui, helptable, sectionfunc, include=[], exclude=[]): for names, sec, doc in helptable: if exclude and names[0] in exclude: