/usr/bin/hgtk is in tortoisehg 2.10-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 | #!/bin/sh
echo "Starting from version 2.0, TortoiseHg is no longer based on the Gtk+"
echo "library, but on the Qt library. The command also changed from"
echo "'/usr/bin/hgtk' to '/usr/bin/thg'."
echo "'hgtk' is now only a wrapper, please use 'thg'."
exec /usr/bin/thg
|