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
raph
Wed, 27 Feb 2013 18:39:53 +0100
changeset 993
a7efd386872a
parent 929
a39ff507b050
permissions
-rw-r--r--
Drag-and-drop support for Renkan
#!/bin/bash
for
f
in
../../doc/*.md
do
python
markdown2html.py
$f
done