Does rmname on parent stream remove element from child stream?

感情迁移 提交于 2019-11-29 17:03:44

No.

rmname will create an new version of the parent directory of the element you are removing.
That new version of the parent directory will no longer reference that element, and that new version will be created in the parent stream associated branch.

That has nothing to do with the versions of that same directory created in the child stream associated branch.
Those versions still reference that element.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!