Getting TIP of remote Mercurial server
July 18, 2010
I needed to get hold of the tip
and parent
version of a remote mercurial repository. It isn't possible to do this directly through mercurial, but it is possible using paramiko.
This script will print out the output of hg tip
, just change the command to do a hg …