Dan Anderson wrote:
> In Teamware, one can reparent a workspace using the teamware GUI or the 
> CLI: workspace parent -p NEWPARENT
> 
> Any idea how to do this with Mercurial?
> 
> I didn't see it in any of my cheat sheets or docs I printed out. The "hg 
> paths" command lists the parent, but doesn't have a documented way of 
> changing the parent. I suppose I can edit the file $CODEMGR_WS/.hg/hgrc 
> line:
>    [paths]
>    default = ssh://onnv.sfbay.sun.com//export/onnv-clone
> 
> And this seems to work, at least when using webrev.

Have you tried

hg reparent <newparent>



James
--
Senior Kernel Software Engineer, Solaris
Sun Microsystems
http://blogs.sun.com/jmcp       http://www.jmcp.homeunix.com/blog

Reply via email to