log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
repos
>
ric
>
test1
comparison importer.py @ 1:
32cfb524b957
draft
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Uploaded
author
ric
date
Fri, 16 Sep 2016 09:16:34 -0400
parents
children
comparison
equal
deleted
inserted
replaced
0:14122ab2a0ce
1:32cfb524b957
1
# BEGIN_COPYRIGHT
2
# END_COPYRIGHT
3
4
import sys
5
from bl.vl.app.importer.main import main
6
7
main(sys.argv[1:])