I am trying to set up source server for debugging projects that are stored on Kiln/Mercurial repository.
I need to get revision of the file by following data:
- Local file path in the repository;
- Number of revision;
- URL repository.
Can I do this via URL? Or there is another workaround for the issue?
P.S. I'd prefer to avoid using Kiln API if possible.