Mercurial
Mercurial
>
metadataplayer
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
sbin/doc/convertdocs.sh
author
durandn
Fri, 03 Jul 2015 16:58:49 +0200
changeset 1038
e78b889a75e1
parent 929
a39ff507b050
permissions
-rw-r--r--
CreateAnnotations new feature: hide/show functionality on signal trigger (tweaks), added config options to customize what is displayed more accurately
#!/bin/bash
for
f
in
../../doc/*.md
do
python
markdown2html.py
$f
done