##// END OF EJS Templates
gendoc: do not strip 'hg ' from synopsis...
Martin Geisler -
r12814:58bc5024 stable
parent child Browse files
Show More
@@ -135,7 +135,7 b' def commandprinter(ui, cmdtable, section'
135 for line in synopsislines:
135 for line in synopsislines:
136 # some commands (such as rebase) have a multi-line
136 # some commands (such as rebase) have a multi-line
137 # synopsis
137 # synopsis
138 ui.write(" %s\n" % line.replace("hg ","", 1))
138 ui.write(" %s\n" % line)
139 ui.write('\n')
139 ui.write('\n')
140 # description
140 # description
141 ui.write("%s\n\n" % d['desc'][1])
141 ui.write("%s\n\n" % d['desc'][1])
General Comments 0
You need to be logged in to leave comments. Login now