3

I'm configuring my build server using TeamCity with Mercurial and I don't know what is "HG command path" field.

And the field "Pull changes from"? Should I put the address I'm cloning? From i.e. http://192.168.87.143/hg/TestProject

Acaz Souza
  • 8,311
  • 11
  • 54
  • 97

1 Answers1

4

HG command path is the path to hg executable on the server, put hg there if it is in the PATH. And yes, Pull changes from is for address of your repository.

neverov
  • 1,283
  • 8
  • 11