As part of our project development, I'd like to have our official build script go and create a tag in the repository when we do a build. It should be easy enough with 'hg tag', but the repository is only available for writing over SSH. If I do the obvious thing:
hg -R ssh://... tag ... I get a complaint: abort: repository 'ssh://...' is not local So how can I 'hg tag' a ssh repository? It seems like there should be some way to get arbitrary commands to work on a remote repository. Thanks, - Eric -- Eric Schrock, Fishworks http://blogs.sun.com/eschrock