8

What is a maintained GUI for bzr, perhaps something like gitk for git?

Matthew
  • 28,056
  • 26
  • 104
  • 170
Adrian Panasiuk
  • 7,249
  • 5
  • 33
  • 54

3 Answers3

13

Try bzr qlog from QBzr. It looks like this:

alt text http://img513.imageshack.us/img513/9564/qlogpicard.png

Lukáš Lalinský
  • 40,587
  • 6
  • 104
  • 126
2

You could try the default GUI, Bazaar Explorer. It is based on QBzr, but can launch Bzr-GTK applets as well.

alternative
  • 12,703
  • 5
  • 41
  • 41
1

there's olive-gtk, which is now part of the bzr-gtk package.

it allows you to view/browse history, diff files, etc.

knittl
  • 246,190
  • 53
  • 318
  • 364