This is the site http://hg.sagemath.org which has Mercurial repository. I have to collect all name tags first and when you click one of the name tags respective link gets open which has all files or directory which I need to copy to local directory if there is any changed. My setup will be as below the command prompt
- login to the Mercurial site.
- get the name tags.
- get link with refer to name tag (i.e, href attribute).
- update the local directory if there is changed in remote site.
Please let me know how could I achieve this? need urgent help..