When using Gnu Arch, once in a while I need to verify that I am in the correct working directory. With long names, patches, and all those branches it is not always that obvious. The shortest way to find the version of the tree in the current working directory is:
tla logs -rf | head -1
You can use GnuArch command
tla tree-version
to see itHere is the difference between the two:
I still prefer my version. ;)