Is there a better way extract the current revision hash in Mercurial than
hg log -l1|grep changeset|cut -d: -f3
?
Part of my webapp depl
In case TortoiseHg is used, right-click the revision row in the Workbench and select "Copy hash" (as per documentation).