log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
debuggers.hg
view tools/misc/xsview @ 22906:700ac6445812
find changesets by author, revision, files, or words in the commit message
Now add KDB to the non-kdb tree
author
Mukesh Rathor
date
Thu Feb 03 15:42:41 2011 -0800 (2011-02-03)
parents
0e24e9674ded
children
line source
1
#!/usr/bin/env python
2
3
import sys
4
5
from xen.xsview import main
6
7
main.main(sys.argv)
8
9