/usr/bin/xx-cvs-diff is in xxdiff-scripts 1:4.0.1+hg487+dfsg-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/usr/bin/python
# This file is part of the xxdiff package. See xxdiff for license and details.
"Use --help for usage or see the xxdiff Python module for details."
__author__ = 'Martin Blais <blais@furius.ca>'
from xxdiff.scripts.cvsdiff import main
main()
|