Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有bzr的 gui 提交工具,类似于git gui?对我来说最重要的功能是能够将编辑分解为单独的提交。
QBzr/Bazaar Explorer 应该是可下载二进制文件的一部分(或者可以作为插件安装,尽管这可能需要先安装 Qt 和 PyQt)。
您要查找的命令是qcommit、qshelve和qunshelve。该qcommit命令允许您选择要提交的文件,但 likecommit不允许您有选择地仅提交文件中的单个块。相反,qshelve像 一样shelve,允许您以更精细的粒度(即,单个大块)搁置更改。搁置可以使用qunshelve或unshelve命令恢复。
qcommit
qshelve
qunshelve
commit
shelve
unshelve