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
2 responses so far ↓
1 michael // Jan 3, 2006 at 11:36 am
You can use GnuArch command
tla tree-versionto see it2 Leonid Mamchenkov // Jan 3, 2006 at 3:10 pm
Here is the difference between the two:
I still prefer my version. ;)
Leave a Comment