[scm-migration-dev] Reparenting in Mercurial

2008-08-19 Thread James Carlson
Dan Anderson writes: > 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? hg reparent It's part of the Cadmium extensions. If you haven't yet run /opt/onbld/bin/hgsetup, you should. > I didn'

[scm-migration-dev] Reparenting in Mercurial

2008-08-19 Thread James C. McPherson
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 does

[scm-migration-dev] Reparenting in Mercurial

2008-08-18 Thread Dan Anderson
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 chan