I asked: >> What version of SUNWonbld are you using?
You replied: > I had installed the latest from > /net/onnv.sfbay/export/onnv-gate/public/packages But the bug in question really WAS fixed in snv_97, and the version of SUNWonbld in the public/packages directory really has been fixed for several weeks. Can you invoke hg-active by hand, and capture stdout and stderr separately? What does "which hg-active" report? The only ways you should be seeing "remote:" in your active list are: 1) Possibly due to $PATH settings or being logged in to a different machine, maybe you're NOT using the updated tools, so the "remote:" that goes to stderr is being captured incorrectly. (That's the bug that we fixed.) 2) Our fix could have been incomplete, and you've encountered a case where "remote:" is going to stdout, in which case we would want to know what's special about your setup. 3) Our fix could have been incorrect, but it's reasonably straightforward, and has been in place for quite a while now, so again we would want to know what was different about your repository and/or its parent or parent path. We can't tell the difference without a pointer to the webrev in question, and/or more info about your environment. --Mark