--- a/doc/gendoc.py Fri May 22 11:42:21 2009 -0500
+++ b/doc/gendoc.py Fri May 22 20:19:22 2009 +0200
@@ -44,7 +44,7 @@
s = 'hg ' + cmds[0]
if len(attr) > 2:
if not attr[2].startswith('hg'):
- s += attr[2]
+ s += ' ' + attr[2]
else:
s = attr[2]
d['synopsis'] = s