/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/commit.py

  • Committer: Jelmer Vernooij
  • Date: 2006-10-31 14:11:16 UTC
  • mto: (66.2.3 bzr-gtk)
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: jelmer@samba.org-20061031141116-610a644b97034664
Use epydoc style (for consistency with Bazaar).

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    """ Display Commit dialog and perform the needed actions. """
37
37
    def __init__(self, wt, wtpath, standalone=False):
38
38
        """ Initialize the Commit dialog.
39
 
        @param  wt:         bzr working tree object
40
 
        @param  wtpath:     path to working tree root
41
 
        @param  standalone: when used in gcommit command as standalone window
 
39
        :param  wt:         bzr working tree object
 
40
        :param  wtpath:     path to working tree root
 
41
        :param  standalone: when used in gcommit command as standalone window
42
42
                            this argument should be True
43
43
        """
44
44
        self.glade = gtk.glade.XML(GLADEFILENAME, 'window_commit', 'olive-gtk')