/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 commit.py

  • Committer: Jelmer Vernooij
  • Date: 2008-08-25 17:20:50 UTC
  • Revision ID: jelmer@samba.org-20080825172050-wgb7umzahmpwxa0s
Show working tree in gcommit dialog window.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    """Implementation of Commit."""
102
102
 
103
103
    def __init__(self, wt, selected=None, parent=None):
104
 
        gtk.Dialog.__init__(self, title="Commit",
 
104
        gtk.Dialog.__init__(self, title="Commit to %s" % wt.basedir,
105
105
                                  parent=parent,
106
106
                                  flags=0,
107
107
                                  buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL))