Mercurial
Mercurial
>
daniel
>
bake
/ comparison
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
changeset 4
2254dd4d8e9e
child 97
ea8a50671cc4
equal
deleted
inserted
replaced
3:6c512aedca40
4:2254dd4d8e9e
1
#!/usr/bin/env python
2
3
import sys
4
import bake
5
6
b = bake.Bake()
7
8
b.main(sys.argv)