23
23
from bzrlib.osutils import format_date
26
26
""" Custom widget for commit log details.
28
28
A variety of bzr tools may need to implement such a thing. This is a
32
def __init__(self, revision=None, scroll=True, tags=[],
32
def __init__(self, revision=None, tags=[],
33
33
show_children=False, branch=None):
34
34
gtk.Notebook.__init__(self)
35
35
self.show_children = show_children