Mercurial source control, looking at specific revision
Hi,
There's a page to look at source modifications - viewModification.html?modId={id} - and in case of Mercurial it seems to use revision id (which is repository-specific) instead of commit id (hex string, which is the same across repositories).
Have you guys considered using commit id, or maybe it's already possible somehow?
Thanks,
Andrew
Please sign in to leave a comment.
Hi Andrew,
the modId in the url is internal TeamCity id of modifcation, not the mercurial revision number, so it is not specific to any repository. At the moment there are no plans to use hg hex revision id in the url, but feel free to create a feature request for that.
Hi Dmitry, thanks. How can I create a feature request?
You can create an issue at http://youtrack.jetbrains.net/
http://youtrack.jetbrains.net/issue/TW-16198 created, thanks.