|
Description
|
I have a mercurial workspace whose parent is ssh://zhadum.east//export/clones/onnv-gate-hg. When I do a webrev in this workspace, the output starts with:
zhadum(/export/ws/seb/dladm-privs-hg)$ webrev -O
SCM detected: mercurial
File list from: hg-active -p ssh://zhadum.east//export/clones/onnv-gate-hg ...Enter passphrase for key '/home/seb/.ssh/id_dsa':
Done.
Workspace: /export/ws/seb/dladm-privs-hg (at 5224d19cf08d)
Compare against: ssh://zhadum.east//export/clones/onnv-gate-hg (at e0e6a314b253)
Output to: /export/ws/seb/dladm-privs-hg/webrev
Output Files:
remote:
*** Error: file not in parent or child
usr/src/cmd/devfsadm/misc_link.c
patch cdiffs udiffs wdiffs sdiffs frames ps old new
...
Note the "Error" above. The result is a mangled first line in the webrev html, as you can see at:
http://cr.opensolaris.org/~seb/webrev-bad-hg/
Note the "remote" line near the top.
If I change my workspace's hgrc to access the parent via NFS rather than ssh, the problem goes away.
|