log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
repos
>
anmol
>
test1
comparison my_tool.py @ 0:
32cea4e3c801
draft
default
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Uploaded
author
anmol
date
Thu, 12 Jun 2014 19:00:07 -0400
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:32cea4e3c801
1
#!/usr/bin/env python
2
3
def __main__():
4
# I/O
5
target_file = sys.argv[1]
6
query_file = sys.argv[2]
7
8
GALAXY_DATA_INDEX_DIR = sys.argv[10]
9
10
if __name__ == '__main__': __main__()