Need to know whether we can use parameter in PULL changes from URL in teamcity mercurial settings. My requirement is to pass the branch name parameter on run time. It works fine if I use the parameter in Default branch settings but I need to concatenate this setting with original URL
IN Teamcity VCS mercurial setting I am setting :-
Pull changes from: http://hg.test.local:8000#%env.branchName%
If I use the above setting it will go in an infinite loop of getting changes but nothing happens. Please guide how to concatenate parameter in URL