I got the following output in Korn Shell runing script named "webrev":
---
$ ksh webrev
detect_scm: webrev[2158]: hg: not found
Unable to determine SCM type currently in use.
For teamware: webrev looks for $CODEMGR_WS either in
the environment or in the file list.
For mercurial: webrev runs 'hg root'.
---
I have hg.exe in "C:\Programme\TortoiseHg"
How must I configure path etc. to make hg found?
Thanks in advance,
-Ulf