有没有好的桌面 Linux 工具来查看集市分支的历史记录?
为了查看差异,我使用了优秀的 Meld 工具。但是,当谈到查看早期版本时,我通常只会查看 Launchpad 中托管我的代码的分支。有没有好的桌面工具可以让我做到这一点?理想情况下,Olive 的“历史模式”应该可以解决问题,但它只是给了我当我尝试切换到历史记录模式时出现错误。
我更喜欢 Gtk 工具,但我对任何事情都持开放态度。
For viewing diffs, I use the excellent Meld tool. But when it comes to looking at earlier revisions, I usually just find myself looking at the branch in Launchpad, where my code is hosted. Are there are good desktop tools for allowing me to do this? Ideally, Olive's "History Mode" should do the trick, but it just gives me errors when I try to switch to History Mode.
I prefer Gtk tools, but I'm open to anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我对 Gtk 工具印象不深,但 Bazaar 的 Qt 工具非常出色。尝试使用 Bazaar Explorer 和 QBzr:他们非常可用并给出好的方法回顾历史。
要使用 Bazaar 安装最新版本,请执行以下操作:
I've not been that impressed with the Gtk tools, but the Qt tools for Bazaar are excellent. Try Bazaar Explorer with QBzr: they're very usable and give a good means of looking through the history.
To install the latest versions with Bazaar, do this:
bzr-gtk 插件有
visualize
命令或只是vis
。 QBzr 还有 qlog 命令。后者更强大一些,但需要 PyQt4/Qt4 库。bzr-gtk plugin has
visualize
command or justvis
. Also QBzr hasqlog
command. The latter is a bit more powerful, but requires PyQt4/Qt4 libs.