Mercurial
Mercurial
>
daniel
>
bake
/ 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
.
bake.py
author
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
Sat, 26 Mar 2011 11:02:49 +0100
changeset 4
2254dd4d8e9e
child 97
ea8a50671cc4
permissions
-rwxr-xr-x
cleanup
#!/usr/bin/env python
import sys
import bake
b = bake.Bake()
b.main(sys.argv)